Html Css Color HEX #F65107 International Orange

📋 copy color: '#F65107'

red 246 ◦ green 81 ◦ blue 7

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

Shades of International Orange #F65107

Tints of International Orange #F65107

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.25%

 BLUE value IS 7 (3.13% from 255) = 2.1%

R = 73.65%
G = 24.25%
B = 2.1%

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

#F65107 (or 0xF65107) is known color: International Orange. HEX triplet: F6, 51 and 07. RGB value is (246,81,7). Sum of RGB (Red+Green+Blue) = 246+81+7=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 7 (3.12% from 255 or 2.10% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F65107 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65107 is #09AEF8. Grayscale: #7A7A7A. Windows color (decimal): -634617 or 479734. OLE color: 479734.

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

Color convert

RGB 246 81 7 -
CMYK 0 0.67 0.97 0.04
HSL 18.58º 0.94% 0.5% -
HSV(B) 18.58º 0.97% 0.96% -
XYZ 40.99 25.49 2.96 -
YUV 121.9 63.16 216.52 -
System Red Green Blue C M Y K H S L
Decimal 246 81 7 0 0.67 0.97 0.04 18.58 0.94 0.5
Hex F6 51 7 0 43 61 4 13 5E 32
Octal 366 121 7 0 103 141 4 23 136 62
Binary 11110110 1010001 111 0 1000011 1100001 100 10011 1011110 110010

Color Harmonies of #F65107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65107

Black with #F65107

Text Example


Text Example

White with #F65107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65107; }

 p { color: rgb(246,81,7); }

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

background-color css

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

 a { background-color: rgb(246,81,7); }

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

border-color css

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

 span { border-color: rgb(246,81,7); }

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