Html Css Color HEX #FCAB01 Orange

📋 copy color: '#FCAB01'

red 252 ◦ green 171 ◦ blue 1

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

Shades of Orange #FCAB01

Tints of Orange #FCAB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 59.43%
G = 40.33%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1.00

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FCAB01 (or 0xFCAB01) is known color: Orange. HEX triplet: FC, AB and 01. RGB value is (252,171,1). Sum of RGB (Red+Green+Blue) = 252+171+1=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 1 (0.78% from 255 or 0.24% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAB01 is #0354FE. Grayscale: #B0B0B0. Windows color (decimal): -218367 or 109564. OLE color: 109564.

HSL color Cylindrical-coordinate representation of color #FCAB01: hue angle of 40.64º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCAB01 is Cyan = 0, Magento = 0.32, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 171 1 -
CMYK 0 0.32 1.00 0.01
HSL 40.64º 0.99% 0.5% -
HSV(B) 40.64º 1% 0.99% -
XYZ 54.71 49.82 6.76 -
YUV 175.84 29.34 182.32 -
System Red Green Blue C M Y K H S L
Decimal 252 171 1 0 0.32 1.00 0.01 40.64 0.99 0.5
Hex FC AB 1 0 20 64 1 29 63 32
Octal 374 253 1 0 40 144 1 51 143 62
Binary 11111100 10101011 1 0 100000 1100100 1 101001 1100011 110010

Color Harmonies of #FCAB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB01

Black with #FCAB01

Text Example


Text Example

White with #FCAB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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