Html Css Color HEX #FC4F0C International Orange

📋 copy color: '#FC4F0C'

red 252 ◦ green 79 ◦ blue 12

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

Shades of International Orange #FC4F0C

Tints of International Orange #FC4F0C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.03%

 BLUE value IS 12 (5.08% from 255) = 3.5%

R = 73.47%
G = 23.03%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC4F0C (or 0xFC4F0C) is known color: International Orange. HEX triplet: FC, 4F and 0C. RGB value is (252,79,12). Sum of RGB (Red+Green+Blue) = 252+79+12=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC4F0C is #03B0F3. Grayscale: #7B7B7B. Windows color (decimal): -241908 or 806908. OLE color: 806908.

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

Color convert

RGB 252 79 12 -
CMYK 0 0.69 0.95 0.01
HSL 16.75º 0.98% 0.52% -
HSV(B) 16.75º 0.95% 0.99% -
XYZ 43.01 26.31 3.16 -
YUV 123.09 65.31 219.95 -
System Red Green Blue C M Y K H S L
Decimal 252 79 12 0 0.69 0.95 0.01 16.75 0.98 0.52
Hex FC 4F C 0 45 5F 1 11 62 34
Octal 374 117 14 0 105 137 1 21 142 64
Binary 11111100 1001111 1100 0 1000101 1011111 1 10001 1100010 110100

Color Harmonies of #FC4F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4F0C

Black with #FC4F0C

Text Example


Text Example

White with #FC4F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4F0C; }

 p { color: rgb(252,79,12); }

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

background-color css

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

 a { background-color: rgb(252,79,12); }

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

border-color css

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

 span { border-color: rgb(252,79,12); }

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