Html Css Color HEX #F64402 Orange Red

📋 copy color: '#F64402'

red 246 ◦ green 68 ◦ blue 2

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

Shades of Orange Red #F64402

Tints of Orange Red #F64402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.52%

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

R = 77.85%
G = 21.52%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F64402 (or 0xF64402) is known color: Orange Red. HEX triplet: F6, 44 and 02. RGB value is (246,68,2). Sum of RGB (Red+Green+Blue) = 246+68+2=316 (41% of max value = 765). Red value is 246 (96.48% from 255 or 77.85% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 246 - color contains mainly: red. Hex color #F64402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64402 is #09BBFD. Grayscale: #727272. Windows color (decimal): -637950 or 148726. OLE color: 148726.

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

Color convert

RGB 246 68 2 -
CMYK 0 0.72 0.99 0.04
HSL 16.23º 0.98% 0.49% -
HSV(B) 16.23º 0.99% 0.96% -
XYZ 40.08 23.73 2.53 -
YUV 113.7 64.97 222.37 -
System Red Green Blue C M Y K H S L
Decimal 246 68 2 0 0.72 0.99 0.04 16.23 0.98 0.49
Hex F6 44 2 0 48 63 4 10 62 31
Octal 366 104 2 0 110 143 4 20 142 61
Binary 11110110 1000100 10 0 1001000 1100011 100 10000 1100010 110001

Color Harmonies of #F64402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64402

Black with #F64402

Text Example


Text Example

White with #F64402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64402; }

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

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

background-color css

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

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

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

border-color css

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

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

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