#FDA72E

Color #FDA72E Lightning Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lightning Yellow #FDA72E

Tints of Lightning Yellow #FDA72E

Color information

#FDA72E (or 0xFDA72E) is unknown color: approx Lightning Yellow. HEX triplet: FD, A7 and 2E. RGB value is (253,167,46). Sum of RGB (Red+Green+Blue) = 253+167+46=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 46 (18.36% from 255 or 9.87% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA72E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA72E is #0258D1. Grayscale: #B3B3B3. Windows color (decimal): -153810 or 3057661. OLE color: 3057661.

HSL color Cylindrical-coordinate representation of color #FDA72E: hue angle of 35.07º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDA72E is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB25316746-
CMYK00.340.820.01
HSL35.07º98.1%58.63%-
HSV(B)35.07º81.82%99.22%-
XYZ54.8248.729.1-
YUV178.9252.99180.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 54.29%
GREEN value IS 167 (65.62% from 255) = 35.84%
BLUE value IS 46 (18.36% from 255) = 9.87%
R=54.29%
G=35.84%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531674600.340.820.0135.0798.158.63
HexFDA72E02252123623b
Octal3752475604212214314273
Binary11111101101001111011100100010101001011000111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA72E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA72E; }

 p { color: rgb(253,167,46); }

 H1.HeaderClassName
 {
   color: #FDA72E;
 }
 .AnyTagClassName
 {
   color: #FDA72E;
 }
</style>
background-color css

<style>
 a { background-color: #FDA72E; }

 a { background-color: rgb(253,167,46); }

 div.DivClassName
 {
   background-color: #FDA72E;
 }
 .BgClassName
 {
   background-color: #FDA72E;
 }
</style>
border-color css

<style>
 span { border-color: #FDA72E; }

 span { border-color: rgb(253,167,46); }

 td.TdClassName
 {
   border-color: #FDA72E;
 }
 .TagClassName
 {
   border-color: #FDA72E;
 }
</style>