Html Css Color HEX #FCAB2F Lightning Yellow

📋 copy color: '#FCAB2F'

red 252 ◦ green 171 ◦ blue 47

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

Shades of Lightning Yellow #FCAB2F

Tints of Lightning Yellow #FCAB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10%

R = 53.62%
G = 36.38%
B = 10%

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

#FCAB2F (or 0xFCAB2F) is known color: Lightning Yellow. HEX triplet: FC, AB and 2F. RGB value is (252,171,47). Sum of RGB (Red+Green+Blue) = 252+171+47=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 47 (18.75% from 255 or 10% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB2F is #0354D0. Grayscale: #B5B5B5. Windows color (decimal): -218321 or 3124220. OLE color: 3124220.

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

Color convert

RGB 252 171 47 -
CMYK 0 0.32 0.81 0.01
HSL 36.29º 0.97% 0.59% -
HSV(B) 36.29º 0.81% 0.99% -
XYZ 55.22 50.03 9.43 -
YUV 181.08 52.34 178.58 -
System Red Green Blue C M Y K H S L
Decimal 252 171 47 0 0.32 0.81 0.01 36.29 0.97 0.59
Hex FC AB 2F 0 20 51 1 24 61 3B
Octal 374 253 57 0 40 121 1 44 141 73
Binary 11111100 10101011 101111 0 100000 1010001 1 100100 1100001 111011

Color Harmonies of #FCAB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB2F

Black with #FCAB2F

Text Example


Text Example

White with #FCAB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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