Html Css Color HEX #F55006 International Orange

📋 copy color: '#F55006'

red 245 ◦ green 80 ◦ blue 6

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

Shades of International Orange #F55006

Tints of International Orange #F55006

RGB

 RED value IS 245 (96.09% from 255) = 74.02%

 GREEN value IS 80 (31.64% from 255) = 24.17%

 BLUE value IS 6 (2.73% from 255) = 1.81%

R = 74.02%
G = 24.17%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F55006 (or 0xF55006) is known color: International Orange. HEX triplet: F5, 50 and 06. RGB value is (245,80,6). Sum of RGB (Red+Green+Blue) = 245+80+6=331 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.02% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 6 (2.73% from 255 or 1.81% from 331); Max value from RGB is 245 - color contains mainly: red. Hex color #F55006 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55006 is #0AAFF9. Grayscale: #797979. Windows color (decimal): -700410 or 413941. OLE color: 413941.

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

Color convert

RGB 245 80 6 -
CMYK 0 0.67 0.98 0.04
HSL 18.58º 0.95% 0.49% -
HSV(B) 18.58º 0.98% 0.96% -
XYZ 40.56 25.16 2.89 -
YUV 120.9 63.16 216.52 -
System Red Green Blue C M Y K H S L
Decimal 245 80 6 0 0.67 0.98 0.04 18.58 0.95 0.49
Hex F5 50 6 0 43 62 4 13 5F 31
Octal 365 120 6 0 103 142 4 23 137 61
Binary 11110101 1010000 110 0 1000011 1100010 100 10011 1011111 110001

Color Harmonies of #F55006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55006

Black with #F55006

Text Example


Text Example

White with #F55006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55006; }

 p { color: rgb(245,80,6); }

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

background-color css

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

 a { background-color: rgb(245,80,6); }

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

border-color css

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

 span { border-color: rgb(245,80,6); }

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