Html Css Color HEX #F65019 International Orange

📋 copy color: '#F65019'

red 246 ◦ green 80 ◦ blue 25

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

Shades of International Orange #F65019

Tints of International Orange #F65019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.79%

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

R = 70.09%
G = 22.79%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F65019 (or 0xF65019) is known color: International Orange. HEX triplet: F6, 50 and 19. RGB value is (246,80,25). Sum of RGB (Red+Green+Blue) = 246+80+25=351 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.09% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 246 - color contains mainly: red. Hex color #F65019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65019 is #09AFE6. Grayscale: #7B7B7B. Windows color (decimal): -634855 or 1659126. OLE color: 1659126.

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

Color convert

RGB 246 80 25 -
CMYK 0 0.67 0.90 0.04
HSL 14.93º 0.92% 0.53% -
HSV(B) 14.93º 0.9% 0.96% -
XYZ 41.05 25.4 3.66 -
YUV 123.36 72.5 215.47 -
System Red Green Blue C M Y K H S L
Decimal 246 80 25 0 0.67 0.90 0.04 14.93 0.92 0.53
Hex F6 50 19 0 43 5A 4 F 5C 35
Octal 366 120 31 0 103 132 4 17 134 65
Binary 11110110 1010000 11001 0 1000011 1011010 100 1111 1011100 110101

Color Harmonies of #F65019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65019

Black with #F65019

Text Example


Text Example

White with #F65019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65019; }

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

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

background-color css

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

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

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

border-color css

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

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

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