Html Css Color HEX #FDA52C Lightning Yellow

📋 copy color: '#FDA52C'

red 253 ◦ green 165 ◦ blue 44

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

Shades of Lightning Yellow #FDA52C

Tints of Lightning Yellow #FDA52C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.71%

 BLUE value IS 44 (17.58% from 255) = 9.52%

R = 54.76%
G = 35.71%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDA52C (or 0xFDA52C) is known color: Lightning Yellow. HEX triplet: FD, A5 and 2C. RGB value is (253,165,44). Sum of RGB (Red+Green+Blue) = 253+165+44=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 44 (17.58% from 255 or 9.52% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA52C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA52C is #025AD3. Grayscale: #B2B2B2. Windows color (decimal): -154324 or 2926077. OLE color: 2926077.

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

Color convert

RGB 253 165 44 -
CMYK 0 0.35 0.83 0.01
HSL 34.74º 0.98% 0.58% -
HSV(B) 34.74º 0.83% 0.99% -
XYZ 54.42 47.97 8.77 -
YUV 177.52 52.65 181.84 -
System Red Green Blue C M Y K H S L
Decimal 253 165 44 0 0.35 0.83 0.01 34.74 0.98 0.58
Hex FD A5 2C 0 23 53 1 23 62 3A
Octal 375 245 54 0 43 123 1 43 142 72
Binary 11111101 10100101 101100 0 100011 1010011 1 100011 1100010 111010

Color Harmonies of #FDA52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA52C

Black with #FDA52C

Text Example


Text Example

White with #FDA52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA52C; }

 p { color: rgb(253,165,44); }

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

background-color css

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

 a { background-color: rgb(253,165,44); }

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

border-color css

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

 span { border-color: rgb(253,165,44); }

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