Html Css Color HEX #F65000 International Orange

📋 copy color: '#F65000'

red 246 ◦ green 80 ◦ blue 0

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

Shades of International Orange #F65000

Tints of International Orange #F65000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.46%
G = 24.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F65000 (or 0xF65000) is known color: International Orange. HEX triplet: F6, 50 and 00. RGB value is (246,80,0). Sum of RGB (Red+Green+Blue) = 246+80+0=326 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.46% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 246 - color contains mainly: red. Hex color #F65000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65000 is #09AFFF. Grayscale: #797979. Windows color (decimal): -634880 or 20726. OLE color: 20726.

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

Color convert

RGB 246 80 0 -
CMYK 0 0.67 1 0.04
HSL 19.51º 1% 0.48% -
HSV(B) 19.51º 1% 0.96% -
XYZ 40.87 25.33 2.73 -
YUV 120.51 60 217.5 -
System Red Green Blue C M Y K H S L
Decimal 246 80 0 0 0.67 1 0.04 19.51 1 0.48
Hex F6 50 0 0 43 64 4 14 64 30
Octal 366 120 0 0 103 144 4 24 144 60
Binary 11110110 1010000 0 0 1000011 1100100 100 10100 1100100 110000

Color Harmonies of #F65000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65000

Black with #F65000

Text Example


Text Example

White with #F65000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65000; }

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

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

background-color css

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

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

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

border-color css

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

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

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