Html Css Color HEX #F65403 International Orange

📋 copy color: '#F65403'

red 246 ◦ green 84 ◦ blue 3

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

Shades of International Orange #F65403

Tints of International Orange #F65403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 73.87%
G = 25.23%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F65403 (or 0xF65403) is known color: International Orange. HEX triplet: F6, 54 and 03. RGB value is (246,84,3). Sum of RGB (Red+Green+Blue) = 246+84+3=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F65403 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65403 is #09ABFC. Grayscale: #7B7B7B. Windows color (decimal): -633853 or 218358. OLE color: 218358.

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

Color convert

RGB 246 84 3 -
CMYK 0 0.66 0.99 0.04
HSL 20º 0.98% 0.49% -
HSV(B) 20º 0.99% 0.96% -
XYZ 41.19 25.94 2.92 -
YUV 123.2 60.17 215.59 -
System Red Green Blue C M Y K H S L
Decimal 246 84 3 0 0.66 0.99 0.04 20 0.98 0.49
Hex F6 54 3 0 42 63 4 14 62 31
Octal 366 124 3 0 102 143 4 24 142 61
Binary 11110110 1010100 11 0 1000010 1100011 100 10100 1100010 110001

Color Harmonies of #F65403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65403

Black with #F65403

Text Example


Text Example

White with #F65403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65403; }

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

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

background-color css

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

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

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

border-color css

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

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

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