Html Css Color HEX #FCAC04 Orange

📋 copy color: '#FCAC04'

red 252 ◦ green 172 ◦ blue 4

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

Shades of Orange #FCAC04

Tints of Orange #FCAC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.93%

R = 58.88%
G = 40.19%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCAC04 (or 0xFCAC04) is known color: Orange. HEX triplet: FC, AC and 04. RGB value is (252,172,4). Sum of RGB (Red+Green+Blue) = 252+172+4=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 4 (1.95% from 255 or 0.93% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAC04 is #0353FB. Grayscale: #B1B1B1. Windows color (decimal): -218108 or 306428. OLE color: 306428.

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

Color convert

RGB 252 172 4 -
CMYK 0 0.32 0.98 0.01
HSL 40.65º 0.98% 0.5% -
HSV(B) 40.65º 0.98% 0.99% -
XYZ 54.92 50.21 6.91 -
YUV 176.77 30.5 181.66 -
System Red Green Blue C M Y K H S L
Decimal 252 172 4 0 0.32 0.98 0.01 40.65 0.98 0.5
Hex FC AC 4 0 20 62 1 29 62 32
Octal 374 254 4 0 40 142 1 51 142 62
Binary 11111100 10101100 100 0 100000 1100010 1 101001 1100010 110010

Color Harmonies of #FCAC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC04

Black with #FCAC04

Text Example


Text Example

White with #FCAC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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