Html Css Color HEX #F65401 International Orange

📋 copy color: '#F65401'

red 246 ◦ green 84 ◦ blue 1

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

Shades of International Orange #F65401

Tints of International Orange #F65401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.38%

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

R = 74.32%
G = 25.38%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F65401 (or 0xF65401) is known color: International Orange. HEX triplet: F6, 54 and 01. RGB value is (246,84,1). Sum of RGB (Red+Green+Blue) = 246+84+1=331 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.32% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 246 - color contains mainly: red. Hex color #F65401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65401 is #09ABFE. Grayscale: #7B7B7B. Windows color (decimal): -633855 or 87286. OLE color: 87286.

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

Color convert

RGB 246 84 1 -
CMYK 0 0.66 1.00 0.04
HSL 20.33º 0.99% 0.48% -
HSV(B) 20.33º 1% 0.96% -
XYZ 41.18 25.94 2.86 -
YUV 122.98 59.17 215.75 -
System Red Green Blue C M Y K H S L
Decimal 246 84 1 0 0.66 1.00 0.04 20.33 0.99 0.48
Hex F6 54 1 0 42 64 4 14 63 30
Octal 366 124 1 0 102 144 4 24 143 60
Binary 11110110 1010100 1 0 1000010 1100100 100 10100 1100011 110000

Color Harmonies of #F65401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65401

Black with #F65401

Text Example


Text Example

White with #F65401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65401; }

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

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

background-color css

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

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

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

border-color css

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

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

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