Html Css Color HEX #FDA62D Lightning Yellow

📋 copy color: '#FDA62D'

red 253 ◦ green 166 ◦ blue 45

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

Shades of Lightning Yellow #FDA62D

Tints of Lightning Yellow #FDA62D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.7%

R = 54.53%
G = 35.78%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDA62D (or 0xFDA62D) is known color: Lightning Yellow. HEX triplet: FD, A6 and 2D. RGB value is (253,166,45). Sum of RGB (Red+Green+Blue) = 253+166+45=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 45 (17.97% from 255 or 9.70% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA62D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA62D is #0259D2. Grayscale: #B2B2B2. Windows color (decimal): -154067 or 2991869. OLE color: 2991869.

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

Color convert

RGB 253 166 45 -
CMYK 0 0.34 0.82 0.01
HSL 34.9º 0.98% 0.58% -
HSV(B) 34.9º 0.82% 0.99% -
XYZ 54.62 48.34 8.94 -
YUV 178.22 52.82 181.34 -
System Red Green Blue C M Y K H S L
Decimal 253 166 45 0 0.34 0.82 0.01 34.9 0.98 0.58
Hex FD A6 2D 0 22 52 1 23 62 3A
Octal 375 246 55 0 42 122 1 43 142 72
Binary 11111101 10100110 101101 0 100010 1010010 1 100011 1100010 111010

Color Harmonies of #FDA62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA62D

Black with #FDA62D

Text Example


Text Example

White with #FDA62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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