Html Css Color HEX #F65304 International Orange

📋 copy color: '#F65304'

red 246 ◦ green 83 ◦ blue 4

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

Shades of International Orange #F65304

Tints of International Orange #F65304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.92%

 BLUE value IS 4 (1.95% from 255) = 1.2%

R = 73.87%
G = 24.92%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F65304 (or 0xF65304) is known color: International Orange. HEX triplet: F6, 53 and 04. RGB value is (246,83,4). Sum of RGB (Red+Green+Blue) = 246+83+4=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F65304 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65304 is #09ACFB. Grayscale: #7B7B7B. Windows color (decimal): -634108 or 283638. OLE color: 283638.

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

Color convert

RGB 246 83 4 -
CMYK 0 0.66 0.98 0.04
HSL 19.59º 0.97% 0.49% -
HSV(B) 19.59º 0.98% 0.96% -
XYZ 41.12 25.79 2.93 -
YUV 122.73 61 215.92 -
System Red Green Blue C M Y K H S L
Decimal 246 83 4 0 0.66 0.98 0.04 19.59 0.97 0.49
Hex F6 53 4 0 42 62 4 14 61 31
Octal 366 123 4 0 102 142 4 24 141 61
Binary 11110110 1010011 100 0 1000010 1100010 100 10100 1100001 110001

Color Harmonies of #F65304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65304

Black with #F65304

Text Example


Text Example

White with #F65304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65304; }

 p { color: rgb(246,83,4); }

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

background-color css

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

 a { background-color: rgb(246,83,4); }

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

border-color css

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

 span { border-color: rgb(246,83,4); }

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