Html Css Color HEX #FCA529 Lightning Yellow

📋 copy color: '#FCA529'

red 252 ◦ green 165 ◦ blue 41

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

Shades of Lightning Yellow #FCA529

Tints of Lightning Yellow #FCA529

RGB

 RED value IS 252 (98.83% from 255) = 55.02%

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

 BLUE value IS 41 (16.41% from 255) = 8.95%

R = 55.02%
G = 36.03%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCA529 (or 0xFCA529) is known color: Lightning Yellow. HEX triplet: FC, A5 and 29. RGB value is (252,165,41). Sum of RGB (Red+Green+Blue) = 252+165+41=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 41 (16.41% from 255 or 8.95% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA529 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA529 is #035AD6. Grayscale: #B1B1B1. Windows color (decimal): -219863 or 2729468. OLE color: 2729468.

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

Color convert

RGB 252 165 41 -
CMYK 0 0.35 0.84 0.01
HSL 35.26º 0.97% 0.57% -
HSV(B) 35.26º 0.84% 0.99% -
XYZ 54 47.77 8.47 -
YUV 176.88 51.32 181.58 -
System Red Green Blue C M Y K H S L
Decimal 252 165 41 0 0.35 0.84 0.01 35.26 0.97 0.57
Hex FC A5 29 0 23 54 1 23 61 39
Octal 374 245 51 0 43 124 1 43 141 71
Binary 11111100 10100101 101001 0 100011 1010100 1 100011 1100001 111001

Color Harmonies of #FCA529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA529

Black with #FCA529

Text Example


Text Example

White with #FCA529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA529; }

 p { color: rgb(252,165,41); }

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

background-color css

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

 a { background-color: rgb(252,165,41); }

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

border-color css

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

 span { border-color: rgb(252,165,41); }

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