Html Css Color HEX #FCAB31 Lightning Yellow

📋 copy color: '#FCAB31'

red 252 ◦ green 171 ◦ blue 49

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

Shades of Lightning Yellow #FCAB31

Tints of Lightning Yellow #FCAB31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.38%

R = 53.39%
G = 36.23%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCAB31 (or 0xFCAB31) is known color: Lightning Yellow. HEX triplet: FC, AB and 31. RGB value is (252,171,49). Sum of RGB (Red+Green+Blue) = 252+171+49=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 49 (19.53% from 255 or 10.38% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB31 is #0354CE. Grayscale: #B5B5B5. Windows color (decimal): -218319 or 3255292. OLE color: 3255292.

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

Color convert

RGB 252 171 49 -
CMYK 0 0.32 0.81 0.01
HSL 36.06º 0.97% 0.59% -
HSV(B) 36.06º 0.81% 0.99% -
XYZ 55.26 50.04 9.65 -
YUV 181.31 53.34 178.42 -
System Red Green Blue C M Y K H S L
Decimal 252 171 49 0 0.32 0.81 0.01 36.06 0.97 0.59
Hex FC AB 31 0 20 51 1 24 61 3B
Octal 374 253 61 0 40 121 1 44 141 73
Binary 11111100 10101011 110001 0 100000 1010001 1 100100 1100001 111011

Color Harmonies of #FCAB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB31

Black with #FCAB31

Text Example


Text Example

White with #FCAB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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