Html Css Color HEX #F64F02 International Orange

📋 copy color: '#F64F02'

red 246 ◦ green 79 ◦ blue 2

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

Shades of International Orange #F64F02

Tints of International Orange #F64F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 75.23%
G = 24.16%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F64F02 (or 0xF64F02) is known color: International Orange. HEX triplet: F6, 4F and 02. RGB value is (246,79,2). Sum of RGB (Red+Green+Blue) = 246+79+2=327 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.23% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64F02 is #09B0FD. Grayscale: #787878. Windows color (decimal): -635134 or 151542. OLE color: 151542.

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

Color convert

RGB 246 79 2 -
CMYK 0 0.68 0.99 0.04
HSL 18.93º 0.98% 0.49% -
HSV(B) 18.93º 0.99% 0.96% -
XYZ 40.81 25.19 2.77 -
YUV 120.16 61.33 217.76 -
System Red Green Blue C M Y K H S L
Decimal 246 79 2 0 0.68 0.99 0.04 18.93 0.98 0.49
Hex F6 4F 2 0 44 63 4 13 62 31
Octal 366 117 2 0 104 143 4 23 142 61
Binary 11110110 1001111 10 0 1000100 1100011 100 10011 1100010 110001

Color Harmonies of #F64F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64F02

Black with #F64F02

Text Example


Text Example

White with #F64F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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