Html Css Color HEX #F65008 International Orange

📋 copy color: '#F65008'

red 246 ◦ green 80 ◦ blue 8

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

Shades of International Orange #F65008

Tints of International Orange #F65008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.4%

R = 73.65%
G = 23.95%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F65008 (or 0xF65008) is known color: International Orange. HEX triplet: F6, 50 and 08. RGB value is (246,80,8). Sum of RGB (Red+Green+Blue) = 246+80+8=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F65008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65008 is #09AFF7. Grayscale: #797979. Windows color (decimal): -634872 or 545014. OLE color: 545014.

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

Color convert

RGB 246 80 8 -
CMYK 0 0.67 0.97 0.04
HSL 18.15º 0.94% 0.5% -
HSV(B) 18.15º 0.97% 0.96% -
XYZ 40.92 25.35 2.97 -
YUV 121.43 64 216.85 -
System Red Green Blue C M Y K H S L
Decimal 246 80 8 0 0.67 0.97 0.04 18.15 0.94 0.5
Hex F6 50 8 0 43 61 4 12 5E 32
Octal 366 120 10 0 103 141 4 22 136 62
Binary 11110110 1010000 1000 0 1000011 1100001 100 10010 1011110 110010

Color Harmonies of #F65008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65008

Black with #F65008

Text Example


Text Example

White with #F65008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65008; }

 p { color: rgb(246,80,8); }

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

background-color css

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

 a { background-color: rgb(246,80,8); }

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

border-color css

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

 span { border-color: rgb(246,80,8); }

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