Html Css Color HEX #FCAC29 Lightning Yellow

📋 copy color: '#FCAC29'

red 252 ◦ green 172 ◦ blue 41

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

Shades of Lightning Yellow #FCAC29

Tints of Lightning Yellow #FCAC29

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.99%

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

R = 54.19%
G = 36.99%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCAC29 (or 0xFCAC29) is known color: Lightning Yellow. HEX triplet: FC, AC and 29. RGB value is (252,172,41). Sum of RGB (Red+Green+Blue) = 252+172+41=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 41 (16.41% from 255 or 8.82% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAC29 is #0353D6. Grayscale: #B5B5B5. Windows color (decimal): -218071 or 2731260. OLE color: 2731260.

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

Color convert

RGB 252 172 41 -
CMYK 0 0.32 0.84 0.01
HSL 37.25º 0.97% 0.57% -
HSV(B) 37.25º 0.84% 0.99% -
XYZ 55.3 50.36 8.9 -
YUV 180.99 49 178.65 -
System Red Green Blue C M Y K H S L
Decimal 252 172 41 0 0.32 0.84 0.01 37.25 0.97 0.57
Hex FC AC 29 0 20 54 1 25 61 39
Octal 374 254 51 0 40 124 1 45 141 71
Binary 11111100 10101100 101001 0 100000 1010100 1 100101 1100001 111001

Color Harmonies of #FCAC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC29

Black with #FCAC29

Text Example


Text Example

White with #FCAC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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