Html Css Color HEX #F65001 International Orange

📋 copy color: '#F65001'

red 246 ◦ green 80 ◦ blue 1

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

Shades of International Orange #F65001

Tints of International Orange #F65001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 75.23%
G = 24.46%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F65001 (or 0xF65001) is known color: International Orange. HEX triplet: F6, 50 and 01. RGB value is (246,80,1). Sum of RGB (Red+Green+Blue) = 246+80+1=327 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.23% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 246 - color contains mainly: red. Hex color #F65001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65001 is #09AFFE. Grayscale: #797979. Windows color (decimal): -634879 or 86262. OLE color: 86262.

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

Color convert

RGB 246 80 1 -
CMYK 0 0.67 1.00 0.04
HSL 19.35º 0.99% 0.48% -
HSV(B) 19.35º 1% 0.96% -
XYZ 40.88 25.33 2.76 -
YUV 120.63 60.5 217.42 -
System Red Green Blue C M Y K H S L
Decimal 246 80 1 0 0.67 1.00 0.04 19.35 0.99 0.48
Hex F6 50 1 0 43 64 4 13 63 30
Octal 366 120 1 0 103 144 4 23 143 60
Binary 11110110 1010000 1 0 1000011 1100100 100 10011 1100011 110000

Color Harmonies of #F65001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65001

Black with #F65001

Text Example


Text Example

White with #F65001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65001; }

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

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

background-color css

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

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

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

border-color css

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

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

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