Html Css Color HEX #F65408 International Orange

📋 copy color: '#F65408'

red 246 ◦ green 84 ◦ blue 8

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

Shades of International Orange #F65408

Tints of International Orange #F65408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.85%

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

R = 72.78%
G = 24.85%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F65408 (or 0xF65408) is known color: International Orange. HEX triplet: F6, 54 and 08. RGB value is (246,84,8). Sum of RGB (Red+Green+Blue) = 246+84+8=338 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.78% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 8 (3.52% from 255 or 2.37% from 338); Max value from RGB is 246 - color contains mainly: red. Hex color #F65408 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65408 is #09ABF7. Grayscale: #7C7C7C. Windows color (decimal): -633848 or 546038. OLE color: 546038.

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

Color convert

RGB 246 84 8 -
CMYK 0 0.66 0.97 0.04
HSL 19.16º 0.94% 0.5% -
HSV(B) 19.16º 0.97% 0.96% -
XYZ 41.22 25.95 3.07 -
YUV 123.77 62.67 215.18 -
System Red Green Blue C M Y K H S L
Decimal 246 84 8 0 0.66 0.97 0.04 19.16 0.94 0.5
Hex F6 54 8 0 42 61 4 13 5E 32
Octal 366 124 10 0 102 141 4 23 136 62
Binary 11110110 1010100 1000 0 1000010 1100001 100 10011 1011110 110010

Color Harmonies of #F65408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65408

Black with #F65408

Text Example


Text Example

White with #F65408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65408; }

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

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

background-color css

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

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

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

border-color css

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

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

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