Html Css Color HEX #FCA629 Lightning Yellow

📋 copy color: '#FCA629'

red 252 ◦ green 166 ◦ blue 41

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

Shades of Lightning Yellow #FCA629

Tints of Lightning Yellow #FCA629

RGB

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

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

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

R = 54.9%
G = 36.17%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCA629 (or 0xFCA629) is known color: Lightning Yellow. HEX triplet: FC, A6 and 29. RGB value is (252,166,41). Sum of RGB (Red+Green+Blue) = 252+166+41=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 41 (16.41% from 255 or 8.93% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA629 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA629 is #0359D6. Grayscale: #B2B2B2. Windows color (decimal): -219607 or 2729724. OLE color: 2729724.

HSL color Cylindrical-coordinate representation of color #FCA629: hue angle of 35.55º 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 #FCA629 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 166 41 -
CMYK 0 0.34 0.84 0.01
HSL 35.55º 0.97% 0.57% -
HSV(B) 35.55º 0.84% 0.99% -
XYZ 54.18 48.13 8.53 -
YUV 177.46 50.99 181.16 -
System Red Green Blue C M Y K H S L
Decimal 252 166 41 0 0.34 0.84 0.01 35.55 0.97 0.57
Hex FC A6 29 0 22 54 1 24 61 39
Octal 374 246 51 0 42 124 1 44 141 71
Binary 11111100 10100110 101001 0 100010 1010100 1 100100 1100001 111001

Color Harmonies of #FCA629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA629

Black with #FCA629

Text Example


Text Example

White with #FCA629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA629; }

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

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

background-color css

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

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

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

border-color css

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

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

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