Html Css Color HEX #F65308 International Orange

📋 copy color: '#F65308'

red 246 ◦ green 83 ◦ blue 8

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

Shades of International Orange #F65308

Tints of International Orange #F65308

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.63%

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

R = 73%
G = 24.63%
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

#F65308 (or 0xF65308) is known color: International Orange. HEX triplet: F6, 53 and 08. RGB value is (246,83,8). Sum of RGB (Red+Green+Blue) = 246+83+8=337 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.00% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 246 - color contains mainly: red. Hex color #F65308 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65308 is #09ACF7. Grayscale: #7B7B7B. Windows color (decimal): -634104 or 545782. OLE color: 545782.

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

Color convert

RGB 246 83 8 -
CMYK 0 0.66 0.97 0.04
HSL 18.91º 0.94% 0.5% -
HSV(B) 18.91º 0.97% 0.96% -
XYZ 41.14 25.8 3.04 -
YUV 123.19 63 215.6 -
System Red Green Blue C M Y K H S L
Decimal 246 83 8 0 0.66 0.97 0.04 18.91 0.94 0.5
Hex F6 53 8 0 42 61 4 13 5E 32
Octal 366 123 10 0 102 141 4 23 136 62
Binary 11110110 1010011 1000 0 1000010 1100001 100 10011 1011110 110010

Color Harmonies of #F65308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65308

Black with #F65308

Text Example


Text Example

White with #F65308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65308; }

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

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

background-color css

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

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

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

border-color css

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

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

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