Html Css Color HEX #F6550B International Orange

📋 copy color: '#F6550B'

red 246 ◦ green 85 ◦ blue 11

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

Shades of International Orange #F6550B

Tints of International Orange #F6550B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.22%

R = 71.93%
G = 24.85%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6550B (or 0xF6550B) is known color: International Orange. HEX triplet: F6, 55 and 0B. RGB value is (246,85,11). Sum of RGB (Red+Green+Blue) = 246+85+11=342 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.93% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 246 - color contains mainly: red. Hex color #F6550B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6550B is #09AAF4. Grayscale: #7D7D7D. Windows color (decimal): -633589 or 742902. OLE color: 742902.

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

Color convert

RGB 246 85 11 -
CMYK 0 0.65 0.96 0.04
HSL 18.89º 0.93% 0.5% -
HSV(B) 18.89º 0.96% 0.96% -
XYZ 41.31 26.11 3.18 -
YUV 124.7 63.84 214.52 -
System Red Green Blue C M Y K H S L
Decimal 246 85 11 0 0.65 0.96 0.04 18.89 0.93 0.5
Hex F6 55 B 0 41 60 4 13 5D 32
Octal 366 125 13 0 101 140 4 23 135 62
Binary 11110110 1010101 1011 0 1000001 1100000 100 10011 1011101 110010

Color Harmonies of #F6550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6550B

Black with #F6550B

Text Example


Text Example

White with #F6550B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6550B; }

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

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

background-color css

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

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

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

border-color css

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

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

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