Html Css Color HEX #FCAB30 Lightning Yellow

📋 copy color: '#FCAB30'

red 252 ◦ green 171 ◦ blue 48

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

Shades of Lightning Yellow #FCAB30

Tints of Lightning Yellow #FCAB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.19%

R = 53.5%
G = 36.31%
B = 10.19%

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

#FCAB30 (or 0xFCAB30) is known color: Lightning Yellow. HEX triplet: FC, AB and 30. RGB value is (252,171,48). Sum of RGB (Red+Green+Blue) = 252+171+48=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 48 (19.14% from 255 or 10.19% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB30 is #0354CF. Grayscale: #B5B5B5. Windows color (decimal): -218320 or 3189756. OLE color: 3189756.

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

Color convert

RGB 252 171 48 -
CMYK 0 0.32 0.81 0.01
HSL 36.18º 0.97% 0.59% -
HSV(B) 36.18º 0.81% 0.99% -
XYZ 55.24 50.03 9.54 -
YUV 181.2 52.84 178.5 -
System Red Green Blue C M Y K H S L
Decimal 252 171 48 0 0.32 0.81 0.01 36.18 0.97 0.59
Hex FC AB 30 0 20 51 1 24 61 3B
Octal 374 253 60 0 40 121 1 44 141 73
Binary 11111100 10101011 110000 0 100000 1010001 1 100100 1100001 111011

Color Harmonies of #FCAB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB30

Black with #FCAB30

Text Example


Text Example

White with #FCAB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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