Html Css Color HEX #FCAB2C Lightning Yellow

📋 copy color: '#FCAB2C'

red 252 ◦ green 171 ◦ blue 44

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

Shades of Lightning Yellow #FCAB2C

Tints of Lightning Yellow #FCAB2C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.62%

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

R = 53.96%
G = 36.62%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCAB2C (or 0xFCAB2C) is known color: Lightning Yellow. HEX triplet: FC, AB and 2C. RGB value is (252,171,44). Sum of RGB (Red+Green+Blue) = 252+171+44=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 44 (17.58% from 255 or 9.42% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB2C is #0354D3. Grayscale: #B5B5B5. Windows color (decimal): -218324 or 2927612. OLE color: 2927612.

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

Color convert

RGB 252 171 44 -
CMYK 0 0.32 0.83 0.01
HSL 36.63º 0.97% 0.58% -
HSV(B) 36.63º 0.83% 0.99% -
XYZ 55.16 50 9.13 -
YUV 180.74 50.84 178.83 -
System Red Green Blue C M Y K H S L
Decimal 252 171 44 0 0.32 0.83 0.01 36.63 0.97 0.58
Hex FC AB 2C 0 20 53 1 25 61 3A
Octal 374 253 54 0 40 123 1 45 141 72
Binary 11111100 10101011 101100 0 100000 1010011 1 100101 1100001 111010

Color Harmonies of #FCAB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB2C

Black with #FCAB2C

Text Example


Text Example

White with #FCAB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB2C; }

 p { color: rgb(252,171,44); }

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

background-color css

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

 a { background-color: rgb(252,171,44); }

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

border-color css

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

 span { border-color: rgb(252,171,44); }

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