Html Css Color HEX #FCA229 Lightning Yellow

📋 copy color: '#FCA229'

red 252 ◦ green 162 ◦ blue 41

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

Shades of Lightning Yellow #FCA229

Tints of Lightning Yellow #FCA229

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.6%

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

R = 55.38%
G = 35.6%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCA229 (or 0xFCA229) is known color: Lightning Yellow. HEX triplet: FC, A2 and 29. RGB value is (252,162,41). Sum of RGB (Red+Green+Blue) = 252+162+41=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 41 (16.41% from 255 or 9.01% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA229 is #035DD6. Grayscale: #AFAFAF. Windows color (decimal): -220631 or 2728700. OLE color: 2728700.

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

Color convert

RGB 252 162 41 -
CMYK 0 0.36 0.84 0.01
HSL 34.41º 0.97% 0.57% -
HSV(B) 34.41º 0.84% 0.99% -
XYZ 53.47 46.7 8.29 -
YUV 175.12 52.32 182.84 -
System Red Green Blue C M Y K H S L
Decimal 252 162 41 0 0.36 0.84 0.01 34.41 0.97 0.57
Hex FC A2 29 0 24 54 1 22 61 39
Octal 374 242 51 0 44 124 1 42 141 71
Binary 11111100 10100010 101001 0 100100 1010100 1 100010 1100001 111001

Color Harmonies of #FCA229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA229

Black with #FCA229

Text Example


Text Example

White with #FCA229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA229; }

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

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

background-color css

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

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

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

border-color css

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

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

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