Html Css Color HEX #F64F10 International Orange

📋 copy color: '#F64F10'

red 246 ◦ green 79 ◦ blue 16

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

Shades of International Orange #F64F10

Tints of International Orange #F64F10

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.17%

 BLUE value IS 16 (6.64% from 255) = 4.69%

R = 72.14%
G = 23.17%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F64F10 (or 0xF64F10) is known color: International Orange. HEX triplet: F6, 4F and 10. RGB value is (246,79,16). Sum of RGB (Red+Green+Blue) = 246+79+16=341 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.14% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64F10 is #09B0EF. Grayscale: #7A7A7A. Windows color (decimal): -635120 or 1069046. OLE color: 1069046.

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

Color convert

RGB 246 79 16 -
CMYK 0 0.68 0.93 0.04
HSL 16.43º 0.93% 0.51% -
HSV(B) 16.43º 0.93% 0.96% -
XYZ 40.9 25.22 3.2 -
YUV 121.75 68.33 216.62 -
System Red Green Blue C M Y K H S L
Decimal 246 79 16 0 0.68 0.93 0.04 16.43 0.93 0.51
Hex F6 4F 10 0 44 5D 4 10 5D 33
Octal 366 117 20 0 104 135 4 20 135 63
Binary 11110110 1001111 10000 0 1000100 1011101 100 10000 1011101 110011

Color Harmonies of #F64F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64F10

Black with #F64F10

Text Example


Text Example

White with #F64F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64F10; }

 p { color: rgb(246,79,16); }

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

background-color css

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

 a { background-color: rgb(246,79,16); }

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

border-color css

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

 span { border-color: rgb(246,79,16); }

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