Html Css Color HEX #F65305 International Orange

📋 copy color: '#F65305'

red 246 ◦ green 83 ◦ blue 5

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

Shades of International Orange #F65305

Tints of International Orange #F65305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.5%

R = 73.65%
G = 24.85%
B = 1.5%

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

#F65305 (or 0xF65305) is known color: International Orange. HEX triplet: F6, 53 and 05. RGB value is (246,83,5). Sum of RGB (Red+Green+Blue) = 246+83+5=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F65305 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65305 is #09ACFA. Grayscale: #7B7B7B. Windows color (decimal): -634107 or 349174. OLE color: 349174.

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

Color convert

RGB 246 83 5 -
CMYK 0 0.66 0.98 0.04
HSL 19.42º 0.96% 0.49% -
HSV(B) 19.42º 0.98% 0.96% -
XYZ 41.13 25.79 2.95 -
YUV 122.85 61.5 215.84 -
System Red Green Blue C M Y K H S L
Decimal 246 83 5 0 0.66 0.98 0.04 19.42 0.96 0.49
Hex F6 53 5 0 42 62 4 13 60 31
Octal 366 123 5 0 102 142 4 23 140 61
Binary 11110110 1010011 101 0 1000010 1100010 100 10011 1100000 110001

Color Harmonies of #F65305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65305

Black with #F65305

Text Example


Text Example

White with #F65305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65305; }

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

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

background-color css

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

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

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

border-color css

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

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

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