Html Css Color HEX #FCAB26 Lightning Yellow

📋 copy color: '#FCAB26'

red 252 ◦ green 171 ◦ blue 38

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

Shades of Lightning Yellow #FCAB26

Tints of Lightning Yellow #FCAB26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.24%

R = 54.66%
G = 37.09%
B = 8.24%

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

#FCAB26 (or 0xFCAB26) is known color: Lightning Yellow. HEX triplet: FC, AB and 26. RGB value is (252,171,38). Sum of RGB (Red+Green+Blue) = 252+171+38=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 38 (15.23% from 255 or 8.24% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB26 is #0354D9. Grayscale: #B4B4B4. Windows color (decimal): -218330 or 2534396. OLE color: 2534396.

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

Color convert

RGB 252 171 38 -
CMYK 0 0.32 0.85 0.01
HSL 37.29º 0.97% 0.57% -
HSV(B) 37.29º 0.85% 0.99% -
XYZ 55.06 49.96 8.58 -
YUV 180.06 47.84 179.31 -
System Red Green Blue C M Y K H S L
Decimal 252 171 38 0 0.32 0.85 0.01 37.29 0.97 0.57
Hex FC AB 26 0 20 55 1 25 61 39
Octal 374 253 46 0 40 125 1 45 141 71
Binary 11111100 10101011 100110 0 100000 1010101 1 100101 1100001 111001

Color Harmonies of #FCAB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB26

Black with #FCAB26

Text Example


Text Example

White with #FCAB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB26; }

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

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

background-color css

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

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

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

border-color css

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

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

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