Html Css Color HEX #F6550D International Orange

📋 copy color: '#F6550D'

red 246 ◦ green 85 ◦ blue 13

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

Shades of International Orange #F6550D

Tints of International Orange #F6550D

RGB

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

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

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

R = 71.51%
G = 24.71%
B = 3.78%

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

#F6550D (or 0xF6550D) is known color: International Orange. HEX triplet: F6, 55 and 0D. RGB value is (246,85,13). Sum of RGB (Red+Green+Blue) = 246+85+13=344 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.51% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 246 - color contains mainly: red. Hex color #F6550D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6550D is #09AAF2. Grayscale: #7D7D7D. Windows color (decimal): -633587 or 873974. OLE color: 873974.

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

Color convert

RGB 246 85 13 -
CMYK 0 0.65 0.95 0.04
HSL 18.54º 0.93% 0.51% -
HSV(B) 18.54º 0.95% 0.96% -
XYZ 41.33 26.12 3.24 -
YUV 124.93 64.84 214.35 -
System Red Green Blue C M Y K H S L
Decimal 246 85 13 0 0.65 0.95 0.04 18.54 0.93 0.51
Hex F6 55 D 0 41 5F 4 13 5D 33
Octal 366 125 15 0 101 137 4 23 135 63
Binary 11110110 1010101 1101 0 1000001 1011111 100 10011 1011101 110011

Color Harmonies of #F6550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6550D

Black with #F6550D

Text Example


Text Example

White with #F6550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6550D; }

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

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

background-color css

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

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

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

border-color css

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

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

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