Html Css Color HEX #FCAB27 Lightning Yellow

📋 copy color: '#FCAB27'

red 252 ◦ green 171 ◦ blue 39

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

Shades of Lightning Yellow #FCAB27

Tints of Lightning Yellow #FCAB27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.44%

R = 54.55%
G = 37.01%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCAB27 (or 0xFCAB27) is known color: Lightning Yellow. HEX triplet: FC, AB and 27. RGB value is (252,171,39). Sum of RGB (Red+Green+Blue) = 252+171+39=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 39 (15.62% from 255 or 8.44% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB27 is #0354D8. Grayscale: #B4B4B4. Windows color (decimal): -218329 or 2599932. OLE color: 2599932.

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

Color convert

RGB 252 171 39 -
CMYK 0 0.32 0.85 0.01
HSL 37.18º 0.97% 0.57% -
HSV(B) 37.18º 0.85% 0.99% -
XYZ 55.07 49.97 8.66 -
YUV 180.17 48.34 179.23 -
System Red Green Blue C M Y K H S L
Decimal 252 171 39 0 0.32 0.85 0.01 37.18 0.97 0.57
Hex FC AB 27 0 20 55 1 25 61 39
Octal 374 253 47 0 40 125 1 45 141 71
Binary 11111100 10101011 100111 0 100000 1010101 1 100101 1100001 111001

Color Harmonies of #FCAB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB27

Black with #FCAB27

Text Example


Text Example

White with #FCAB27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB27; }

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

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

background-color css

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

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

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

border-color css

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

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

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