Html Css Color HEX #F6550C International Orange

📋 copy color: '#F6550C'

red 246 ◦ green 85 ◦ blue 12

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

Shades of International Orange #F6550C

Tints of International Orange #F6550C

RGB

 RED value IS 246 (96.48% from 255) = 71.72%

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

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

R = 71.72%
G = 24.78%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6550C (or 0xF6550C) is known color: International Orange. HEX triplet: F6, 55 and 0C. RGB value is (246,85,12). Sum of RGB (Red+Green+Blue) = 246+85+12=343 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.72% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 246 - color contains mainly: red. Hex color #F6550C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6550C is #09AAF3. Grayscale: #7D7D7D. Windows color (decimal): -633588 or 808438. OLE color: 808438.

HSL color Cylindrical-coordinate representation of color #F6550C: hue angle of 18.72º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6550C is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 85 12 -
CMYK 0 0.65 0.95 0.04
HSL 18.72º 0.93% 0.51% -
HSV(B) 18.72º 0.95% 0.96% -
XYZ 41.32 26.12 3.21 -
YUV 124.82 64.34 214.44 -
System Red Green Blue C M Y K H S L
Decimal 246 85 12 0 0.65 0.95 0.04 18.72 0.93 0.51
Hex F6 55 C 0 41 5F 4 13 5D 33
Octal 366 125 14 0 101 137 4 23 135 63
Binary 11110110 1010101 1100 0 1000001 1011111 100 10011 1011101 110011

Color Harmonies of #F6550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6550C

Black with #F6550C

Text Example


Text Example

White with #F6550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6550C; }

 p { color: rgb(246,85,12); }

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

background-color css

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

 a { background-color: rgb(246,85,12); }

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

border-color css

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

 span { border-color: rgb(246,85,12); }

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