Html Css Color HEX #F64200 Orange Red

📋 copy color: '#F64200'

red 246 ◦ green 66 ◦ blue 0

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

Shades of Orange Red #F64200

Tints of Orange Red #F64200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.85%
G = 21.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F64200 (or 0xF64200) is known color: Orange Red. HEX triplet: F6, 42 and 00. RGB value is (246,66,0). Sum of RGB (Red+Green+Blue) = 246+66+0=312 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.85% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 246 - color contains mainly: red. Hex color #F64200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64200 is #09BDFF. Grayscale: #707070. Windows color (decimal): -638464 or 17142. OLE color: 17142.

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

Color convert

RGB 246 66 0 -
CMYK 0 0.73 1 0.04
HSL 16.1º 1% 0.48% -
HSV(B) 16.1º 1% 0.96% -
XYZ 39.95 23.49 2.43 -
YUV 112.3 64.63 223.37 -
System Red Green Blue C M Y K H S L
Decimal 246 66 0 0 0.73 1 0.04 16.1 1 0.48
Hex F6 42 0 0 49 64 4 10 64 30
Octal 366 102 0 0 111 144 4 20 144 60
Binary 11110110 1000010 0 0 1001001 1100100 100 10000 1100100 110000

Color Harmonies of #F64200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64200

Black with #F64200

Text Example


Text Example

White with #F64200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64200; }

 p { color: rgb(246,66,0); }

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

background-color css

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

 a { background-color: rgb(246,66,0); }

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

border-color css

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

 span { border-color: rgb(246,66,0); }

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