Html Css Color HEX #FCAC01 Orange

📋 copy color: '#FCAC01'

red 252 ◦ green 172 ◦ blue 1

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

Shades of Orange #FCAC01

Tints of Orange #FCAC01

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.47%

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

R = 59.29%
G = 40.47%
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

#FCAC01 (or 0xFCAC01) is known color: Orange. HEX triplet: FC, AC and 01. RGB value is (252,172,1). Sum of RGB (Red+Green+Blue) = 252+172+1=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAC01 is #0353FE. Grayscale: #B1B1B1. Windows color (decimal): -218111 or 109820. OLE color: 109820.

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

Color convert

RGB 252 172 1 -
CMYK 0 0.32 1.00 0.01
HSL 40.88º 0.99% 0.5% -
HSV(B) 40.88º 1% 0.99% -
XYZ 54.9 50.2 6.83 -
YUV 176.43 29 181.9 -
System Red Green Blue C M Y K H S L
Decimal 252 172 1 0 0.32 1.00 0.01 40.88 0.99 0.5
Hex FC AC 1 0 20 64 1 29 63 32
Octal 374 254 1 0 40 144 1 51 143 62
Binary 11111100 10101100 1 0 100000 1100100 1 101001 1100011 110010

Color Harmonies of #FCAC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC01

Black with #FCAC01

Text Example


Text Example

White with #FCAC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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