Html Css Color HEX #F65005 International Orange

📋 copy color: '#F65005'

red 246 ◦ green 80 ◦ blue 5

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

Shades of International Orange #F65005

Tints of International Orange #F65005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.51%

R = 74.32%
G = 24.17%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F65005 (or 0xF65005) is known color: International Orange. HEX triplet: F6, 50 and 05. RGB value is (246,80,5). Sum of RGB (Red+Green+Blue) = 246+80+5=331 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.32% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 246 - color contains mainly: red. Hex color #F65005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65005 is #09AFFA. Grayscale: #797979. Windows color (decimal): -634875 or 348406. OLE color: 348406.

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

Color convert

RGB 246 80 5 -
CMYK 0 0.67 0.98 0.04
HSL 18.67º 0.96% 0.49% -
HSV(B) 18.67º 0.98% 0.96% -
XYZ 40.9 25.34 2.88 -
YUV 121.08 62.5 217.1 -
System Red Green Blue C M Y K H S L
Decimal 246 80 5 0 0.67 0.98 0.04 18.67 0.96 0.49
Hex F6 50 5 0 43 62 4 13 60 31
Octal 366 120 5 0 103 142 4 23 140 61
Binary 11110110 1010000 101 0 1000011 1100010 100 10011 1100000 110001

Color Harmonies of #F65005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65005

Black with #F65005

Text Example


Text Example

White with #F65005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65005; }

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

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

background-color css

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

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

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

border-color css

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

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

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