Html Css Color HEX #FCAB28 Lightning Yellow

📋 copy color: '#FCAB28'

red 252 ◦ green 171 ◦ blue 40

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

Shades of Lightning Yellow #FCAB28

Tints of Lightning Yellow #FCAB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.64%

R = 54.43%
G = 36.93%
B = 8.64%

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

#FCAB28 (or 0xFCAB28) is known color: Lightning Yellow. HEX triplet: FC, AB and 28. RGB value is (252,171,40). Sum of RGB (Red+Green+Blue) = 252+171+40=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 40 (16.02% from 255 or 8.64% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB28 is #0354D7. Grayscale: #B4B4B4. Windows color (decimal): -218328 or 2665468. OLE color: 2665468.

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

Color convert

RGB 252 171 40 -
CMYK 0 0.32 0.84 0.01
HSL 37.08º 0.97% 0.57% -
HSV(B) 37.08º 0.84% 0.99% -
XYZ 55.09 49.97 8.75 -
YUV 180.29 48.84 179.15 -
System Red Green Blue C M Y K H S L
Decimal 252 171 40 0 0.32 0.84 0.01 37.08 0.97 0.57
Hex FC AB 28 0 20 54 1 25 61 39
Octal 374 253 50 0 40 124 1 45 141 71
Binary 11111100 10101011 101000 0 100000 1010100 1 100101 1100001 111001

Color Harmonies of #FCAB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB28

Black with #FCAB28

Text Example


Text Example

White with #FCAB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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