Html Css Color HEX #F65417 International Orange

📋 copy color: '#F65417'

red 246 ◦ green 84 ◦ blue 23

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

Shades of International Orange #F65417

Tints of International Orange #F65417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.52%

R = 69.69%
G = 23.8%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F65417 (or 0xF65417) is known color: International Orange. HEX triplet: F6, 54 and 17. RGB value is (246,84,23). Sum of RGB (Red+Green+Blue) = 246+84+23=353 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.69% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 246 - color contains mainly: red. Hex color #F65417 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65417 is #09ABE8. Grayscale: #7D7D7D. Windows color (decimal): -633833 or 1529078. OLE color: 1529078.

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

Color convert

RGB 246 84 23 -
CMYK 0 0.66 0.91 0.04
HSL 16.41º 0.93% 0.53% -
HSV(B) 16.41º 0.91% 0.96% -
XYZ 41.33 26 3.65 -
YUV 125.48 70.17 213.96 -
System Red Green Blue C M Y K H S L
Decimal 246 84 23 0 0.66 0.91 0.04 16.41 0.93 0.53
Hex F6 54 17 0 42 5B 4 10 5D 35
Octal 366 124 27 0 102 133 4 20 135 65
Binary 11110110 1010100 10111 0 1000010 1011011 100 10000 1011101 110101

Color Harmonies of #F65417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65417

Black with #F65417

Text Example


Text Example

White with #F65417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65417; }

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

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

background-color css

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

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

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

border-color css

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

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

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