Html Css Color HEX #F64F05 International Orange

📋 copy color: '#F64F05'

red 246 ◦ green 79 ◦ blue 5

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

Shades of International Orange #F64F05

Tints of International Orange #F64F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 74.55%
G = 23.94%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F64F05 (or 0xF64F05) is known color: International Orange. HEX triplet: F6, 4F and 05. RGB value is (246,79,5). Sum of RGB (Red+Green+Blue) = 246+79+5=330 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.55% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64F05 is #09B0FA. Grayscale: #787878. Windows color (decimal): -635131 or 348150. OLE color: 348150.

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

Color convert

RGB 246 79 5 -
CMYK 0 0.68 0.98 0.04
HSL 18.42º 0.96% 0.49% -
HSV(B) 18.42º 0.98% 0.96% -
XYZ 40.83 25.2 2.85 -
YUV 120.5 62.83 217.52 -
System Red Green Blue C M Y K H S L
Decimal 246 79 5 0 0.68 0.98 0.04 18.42 0.96 0.49
Hex F6 4F 5 0 44 62 4 12 60 31
Octal 366 117 5 0 104 142 4 22 140 61
Binary 11110110 1001111 101 0 1000100 1100010 100 10010 1100000 110001

Color Harmonies of #F64F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64F05

Black with #F64F05

Text Example


Text Example

White with #F64F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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