Html Css Color HEX #FC4F0E International Orange

📋 copy color: '#FC4F0E'

red 252 ◦ green 79 ◦ blue 14

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

Shades of International Orange #FC4F0E

Tints of International Orange #FC4F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.06%

R = 73.04%
G = 22.9%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC4F0E (or 0xFC4F0E) is known color: International Orange. HEX triplet: FC, 4F and 0E. RGB value is (252,79,14). Sum of RGB (Red+Green+Blue) = 252+79+14=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC4F0E is #03B0F1. Grayscale: #7B7B7B. Windows color (decimal): -241906 or 937980. OLE color: 937980.

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

Color convert

RGB 252 79 14 -
CMYK 0 0.69 0.94 0.01
HSL 16.39º 0.98% 0.52% -
HSV(B) 16.39º 0.94% 0.99% -
XYZ 43.02 26.32 3.23 -
YUV 123.32 66.31 219.79 -
System Red Green Blue C M Y K H S L
Decimal 252 79 14 0 0.69 0.94 0.01 16.39 0.98 0.52
Hex FC 4F E 0 45 5E 1 10 62 34
Octal 374 117 16 0 105 136 1 20 142 64
Binary 11111100 1001111 1110 0 1000101 1011110 1 10000 1100010 110100

Color Harmonies of #FC4F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4F0E

Black with #FC4F0E

Text Example


Text Example

White with #FC4F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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