Html Css Color HEX #FCAC00 Orange

📋 copy color: '#FCAC00'

red 252 ◦ green 172 ◦ blue 0

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

Shades of Orange #FCAC00

Tints of Orange #FCAC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.43%
G = 40.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCAC00 (or 0xFCAC00) is known color: Orange. HEX triplet: FC, AC and 00. RGB value is (252,172,0). Sum of RGB (Red+Green+Blue) = 252+172+0=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAC00 is #0353FF. Grayscale: #B1B1B1. Windows color (decimal): -218112 or 44284. OLE color: 44284.

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

Color convert

RGB 252 172 0 -
CMYK 0 0.32 1 0.01
HSL 40.95º 1% 0.49% -
HSV(B) 40.95º 1% 0.99% -
XYZ 54.9 50.2 6.8 -
YUV 176.31 28.5 181.99 -
System Red Green Blue C M Y K H S L
Decimal 252 172 0 0 0.32 1 0.01 40.95 1 0.49
Hex FC AC 0 0 20 64 1 29 64 31
Octal 374 254 0 0 40 144 1 51 144 61
Binary 11111100 10101100 0 0 100000 1100100 1 101001 1100100 110001

Color Harmonies of #FCAC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC00

Black with #FCAC00

Text Example


Text Example

White with #FCAC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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