Html Css Color HEX #FDA62F Lightning Yellow

📋 copy color: '#FDA62F'

red 253 ◦ green 166 ◦ blue 47

#FDA62F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lightning Yellow #FDA62F

Tints of Lightning Yellow #FDA62F

RGB

 RED value IS 253 (99.22% from 255) = 54.29%

 GREEN value IS 166 (65.23% from 255) = 35.62%

 BLUE value IS 47 (18.75% from 255) = 10.09%

R = 54.29%
G = 35.62%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDA62F (or 0xFDA62F) is known color: Lightning Yellow. HEX triplet: FD, A6 and 2F. RGB value is (253,166,47). Sum of RGB (Red+Green+Blue) = 253+166+47=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA62F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA62F is #0259D0. Grayscale: #B3B3B3. Windows color (decimal): -154065 or 3122941. OLE color: 3122941.

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

Color convert

RGB 253 166 47 -
CMYK 0 0.34 0.81 0.01
HSL 34.66º 0.98% 0.59% -
HSV(B) 34.66º 0.81% 0.99% -
XYZ 54.66 48.36 9.14 -
YUV 178.45 53.82 181.18 -
System Red Green Blue C M Y K H S L
Decimal 253 166 47 0 0.34 0.81 0.01 34.66 0.98 0.59
Hex FD A6 2F 0 22 51 1 23 62 3B
Octal 375 246 57 0 42 121 1 43 142 73
Binary 11111101 10100110 101111 0 100010 1010001 1 100011 1100010 111011

Color Harmonies of #FDA62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA62F

Black with #FDA62F

Text Example


Text Example

White with #FDA62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA62F; }

 p { color: rgb(253,166,47); }

 H1.HeaderClassName
 {
   color: #FDA62F;
 }
 .AnyTagClassName
 {
   color: #FDA62F;
 }
</style>

background-color css

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

 a { background-color: rgb(253,166,47); }

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

border-color css

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

 span { border-color: rgb(253,166,47); }

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