Html Css Color HEX #F64103 Orange Red

📋 copy color: '#F64103'

red 246 ◦ green 65 ◦ blue 3

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

Shades of Orange Red #F64103

Tints of Orange Red #F64103

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.7%

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 78.34%
G = 20.7%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F64103 (or 0xF64103) is known color: Orange Red. HEX triplet: F6, 41 and 03. RGB value is (246,65,3). Sum of RGB (Red+Green+Blue) = 246+65+3=314 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.34% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 3 (1.56% from 255 or 0.96% from 314); Max value from RGB is 246 - color contains mainly: red. Hex color #F64103 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64103 is #09BEFC. Grayscale: #707070. Windows color (decimal): -638717 or 213494. OLE color: 213494.

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

Color convert

RGB 246 65 3 -
CMYK 0 0.74 0.99 0.04
HSL 15.31º 0.98% 0.49% -
HSV(B) 15.31º 0.99% 0.96% -
XYZ 39.91 23.38 2.5 -
YUV 112.05 66.47 223.54 -
System Red Green Blue C M Y K H S L
Decimal 246 65 3 0 0.74 0.99 0.04 15.31 0.98 0.49
Hex F6 41 3 0 4A 63 4 F 62 31
Octal 366 101 3 0 112 143 4 17 142 61
Binary 11110110 1000001 11 0 1001010 1100011 100 1111 1100010 110001

Color Harmonies of #F64103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64103

Black with #F64103

Text Example


Text Example

White with #F64103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64103; }

 p { color: rgb(246,65,3); }

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

background-color css

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

 a { background-color: rgb(246,65,3); }

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

border-color css

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

 span { border-color: rgb(246,65,3); }

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