Html Css Color HEX #FDA624 Lightning Yellow

📋 copy color: '#FDA624'

red 253 ◦ green 166 ◦ blue 36

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

Shades of Lightning Yellow #FDA624

Tints of Lightning Yellow #FDA624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.91%

R = 55.6%
G = 36.48%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDA624 (or 0xFDA624) is known color: Lightning Yellow. HEX triplet: FD, A6 and 24. RGB value is (253,166,36). Sum of RGB (Red+Green+Blue) = 253+166+36=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 36 (14.45% from 255 or 7.91% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA624 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA624 is #0259DB. Grayscale: #B1B1B1. Windows color (decimal): -154076 or 2402045. OLE color: 2402045.

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

Color convert

RGB 253 166 36 -
CMYK 0 0.34 0.86 0.01
HSL 35.94º 0.98% 0.57% -
HSV(B) 35.94º 0.86% 0.99% -
XYZ 54.46 48.28 8.12 -
YUV 177.19 48.32 182.07 -
System Red Green Blue C M Y K H S L
Decimal 253 166 36 0 0.34 0.86 0.01 35.94 0.98 0.57
Hex FD A6 24 0 22 56 1 24 62 39
Octal 375 246 44 0 42 126 1 44 142 71
Binary 11111101 10100110 100100 0 100010 1010110 1 100100 1100010 111001

Color Harmonies of #FDA624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA624

Black with #FDA624

Text Example


Text Example

White with #FDA624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA624; }

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

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

background-color css

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

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

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

border-color css

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

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

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