Html Css Color HEX #F65103 International Orange

📋 copy color: '#F65103'

red 246 ◦ green 81 ◦ blue 3

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

Shades of International Orange #F65103

Tints of International Orange #F65103

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.55%

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

R = 74.55%
G = 24.55%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F65103 (or 0xF65103) is known color: International Orange. HEX triplet: F6, 51 and 03. RGB value is (246,81,3). Sum of RGB (Red+Green+Blue) = 246+81+3=330 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.55% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 246 - color contains mainly: red. Hex color #F65103 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65103 is #09AEFC. Grayscale: #797979. Windows color (decimal): -634621 or 217590. OLE color: 217590.

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

Color convert

RGB 246 81 3 -
CMYK 0 0.67 0.99 0.04
HSL 19.26º 0.98% 0.49% -
HSV(B) 19.26º 0.99% 0.96% -
XYZ 40.96 25.48 2.85 -
YUV 121.44 61.16 216.84 -
System Red Green Blue C M Y K H S L
Decimal 246 81 3 0 0.67 0.99 0.04 19.26 0.98 0.49
Hex F6 51 3 0 43 63 4 13 62 31
Octal 366 121 3 0 103 143 4 23 142 61
Binary 11110110 1010001 11 0 1000011 1100011 100 10011 1100010 110001

Color Harmonies of #F65103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65103

Black with #F65103

Text Example


Text Example

White with #F65103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65103; }

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

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

background-color css

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

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

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

border-color css

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

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

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