Html Css Color HEX #FC550D International Orange

📋 copy color: '#FC550D'

red 252 ◦ green 85 ◦ blue 13

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

Shades of International Orange #FC550D

Tints of International Orange #FC550D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.71%

R = 72%
G = 24.29%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC550D (or 0xFC550D) is known color: International Orange. HEX triplet: FC, 55 and 0D. RGB value is (252,85,13). Sum of RGB (Red+Green+Blue) = 252+85+13=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC550D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC550D is #03AAF2. Grayscale: #7F7F7F. Windows color (decimal): -240371 or 873980. OLE color: 873980.

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

Color convert

RGB 252 85 13 -
CMYK 0 0.66 0.95 0.01
HSL 18.08º 0.98% 0.52% -
HSV(B) 18.08º 0.95% 0.99% -
XYZ 43.47 27.22 3.34 -
YUV 126.73 63.83 217.35 -
System Red Green Blue C M Y K H S L
Decimal 252 85 13 0 0.66 0.95 0.01 18.08 0.98 0.52
Hex FC 55 D 0 42 5F 1 12 62 34
Octal 374 125 15 0 102 137 1 22 142 64
Binary 11111100 1010101 1101 0 1000010 1011111 1 10010 1100010 110100

Color Harmonies of #FC550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC550D

Black with #FC550D

Text Example


Text Example

White with #FC550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC550D; }

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

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

background-color css

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

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

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

border-color css

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

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

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