Html Css Color HEX #F65619 International Orange

📋 copy color: '#F65619'

red 246 ◦ green 86 ◦ blue 25

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

Shades of International Orange #F65619

Tints of International Orange #F65619

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.09%

 BLUE value IS 25 (10.16% from 255) = 7%

R = 68.91%
G = 24.09%
B = 7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F65619 (or 0xF65619) is known color: International Orange. HEX triplet: F6, 56 and 19. RGB value is (246,86,25). Sum of RGB (Red+Green+Blue) = 246+86+25=357 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.91% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 246 - color contains mainly: red. Hex color #F65619 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65619 is #09A9E6. Grayscale: #7F7F7F. Windows color (decimal): -633319 or 1660662. OLE color: 1660662.

HSL color Cylindrical-coordinate representation of color #F65619: hue angle of 16.56º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F65619 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 86 25 -
CMYK 0 0.65 0.90 0.04
HSL 16.56º 0.92% 0.53% -
HSV(B) 16.56º 0.9% 0.96% -
XYZ 41.51 26.32 3.81 -
YUV 126.89 70.51 212.96 -
System Red Green Blue C M Y K H S L
Decimal 246 86 25 0 0.65 0.90 0.04 16.56 0.92 0.53
Hex F6 56 19 0 41 5A 4 11 5C 35
Octal 366 126 31 0 101 132 4 21 134 65
Binary 11110110 1010110 11001 0 1000001 1011010 100 10001 1011100 110101

Color Harmonies of #F65619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65619

Black with #F65619

Text Example


Text Example

White with #F65619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65619; }

 p { color: rgb(246,86,25); }

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

background-color css

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

 a { background-color: rgb(246,86,25); }

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

border-color css

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

 span { border-color: rgb(246,86,25); }

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