Html Css Color HEX #FC550E International Orange

📋 copy color: '#FC550E'

red 252 ◦ green 85 ◦ blue 14

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

Shades of International Orange #FC550E

Tints of International Orange #FC550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.22%

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

R = 71.79%
G = 24.22%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC550E (or 0xFC550E) is known color: International Orange. HEX triplet: FC, 55 and 0E. RGB value is (252,85,14). Sum of RGB (Red+Green+Blue) = 252+85+14=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC550E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC550E is #03AAF1. Grayscale: #7F7F7F. Windows color (decimal): -240370 or 939516. OLE color: 939516.

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

Color convert

RGB 252 85 14 -
CMYK 0 0.66 0.94 0.01
HSL 17.9º 0.98% 0.52% -
HSV(B) 17.9º 0.94% 0.99% -
XYZ 43.47 27.22 3.38 -
YUV 126.84 64.33 217.27 -
System Red Green Blue C M Y K H S L
Decimal 252 85 14 0 0.66 0.94 0.01 17.9 0.98 0.52
Hex FC 55 E 0 42 5E 1 12 62 34
Octal 374 125 16 0 102 136 1 22 142 64
Binary 11111100 1010101 1110 0 1000010 1011110 1 10010 1100010 110100

Color Harmonies of #FC550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC550E

Black with #FC550E

Text Example


Text Example

White with #FC550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC550E; }

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

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

background-color css

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

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

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

border-color css

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

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

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