Html Css Color HEX #F64802 Orange Red

📋 copy color: '#F64802'

red 246 ◦ green 72 ◦ blue 2

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

Shades of Orange Red #F64802

Tints of Orange Red #F64802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.5%

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

R = 76.88%
G = 22.5%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F64802 (or 0xF64802) is known color: Orange Red. HEX triplet: F6, 48 and 02. RGB value is (246,72,2). Sum of RGB (Red+Green+Blue) = 246+72+2=320 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.88% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 246 - color contains mainly: red. Hex color #F64802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64802 is #09B7FD. Grayscale: #747474. Windows color (decimal): -636926 or 149750. OLE color: 149750.

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

Color convert

RGB 246 72 2 -
CMYK 0 0.71 0.99 0.04
HSL 17.21º 0.98% 0.49% -
HSV(B) 17.21º 0.99% 0.96% -
XYZ 40.33 24.23 2.61 -
YUV 116.05 63.65 220.69 -
System Red Green Blue C M Y K H S L
Decimal 246 72 2 0 0.71 0.99 0.04 17.21 0.98 0.49
Hex F6 48 2 0 47 63 4 11 62 31
Octal 366 110 2 0 107 143 4 21 142 61
Binary 11110110 1001000 10 0 1000111 1100011 100 10001 1100010 110001

Color Harmonies of #F64802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64802

Black with #F64802

Text Example


Text Example

White with #F64802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64802; }

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

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

background-color css

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

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

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

border-color css

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

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

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