Html Css Color HEX #F65517 International Orange

📋 copy color: '#F65517'

red 246 ◦ green 85 ◦ blue 23

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

Shades of International Orange #F65517

Tints of International Orange #F65517

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.01%

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

R = 69.49%
G = 24.01%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F65517 (or 0xF65517) is known color: International Orange. HEX triplet: F6, 55 and 17. RGB value is (246,85,23). Sum of RGB (Red+Green+Blue) = 246+85+23=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 23 (9.38% from 255 or 6.50% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F65517 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65517 is #09AAE8. Grayscale: #7E7E7E. Windows color (decimal): -633577 or 1529334. OLE color: 1529334.

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

Color convert

RGB 246 85 23 -
CMYK 0 0.65 0.91 0.04
HSL 16.68º 0.93% 0.53% -
HSV(B) 16.68º 0.91% 0.96% -
XYZ 41.41 26.15 3.68 -
YUV 126.07 69.84 213.54 -
System Red Green Blue C M Y K H S L
Decimal 246 85 23 0 0.65 0.91 0.04 16.68 0.93 0.53
Hex F6 55 17 0 41 5B 4 11 5D 35
Octal 366 125 27 0 101 133 4 21 135 65
Binary 11110110 1010101 10111 0 1000001 1011011 100 10001 1011101 110101

Color Harmonies of #F65517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65517

Black with #F65517

Text Example


Text Example

White with #F65517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65517; }

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

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

background-color css

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

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

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

border-color css

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

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

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