Html Css Color HEX #FCAB25 Lightning Yellow

📋 copy color: '#FCAB25'

red 252 ◦ green 171 ◦ blue 37

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

Shades of Lightning Yellow #FCAB25

Tints of Lightning Yellow #FCAB25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.04%

R = 54.78%
G = 37.17%
B = 8.04%

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

#FCAB25 (or 0xFCAB25) is known color: Lightning Yellow. HEX triplet: FC, AB and 25. RGB value is (252,171,37). Sum of RGB (Red+Green+Blue) = 252+171+37=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 37 (14.84% from 255 or 8.04% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB25 is #0354DA. Grayscale: #B4B4B4. Windows color (decimal): -218331 or 2468860. OLE color: 2468860.

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

Color convert

RGB 252 171 37 -
CMYK 0 0.32 0.85 0.01
HSL 37.4º 0.97% 0.57% -
HSV(B) 37.4º 0.85% 0.99% -
XYZ 55.04 49.95 8.49 -
YUV 179.94 47.34 179.4 -
System Red Green Blue C M Y K H S L
Decimal 252 171 37 0 0.32 0.85 0.01 37.4 0.97 0.57
Hex FC AB 25 0 20 55 1 25 61 39
Octal 374 253 45 0 40 125 1 45 141 71
Binary 11111100 10101011 100101 0 100000 1010101 1 100101 1100001 111001

Color Harmonies of #FCAB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB25

Black with #FCAB25

Text Example


Text Example

White with #FCAB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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