Html Css Color HEX #F03D10 Orange Red

📋 copy color: '#F03D10'

red 240 ◦ green 61 ◦ blue 16

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

Shades of Orange Red #F03D10

Tints of Orange Red #F03D10

RGB

 RED value IS 240 (94.14% from 255) = 75.71%

 GREEN value IS 61 (24.22% from 255) = 19.24%

 BLUE value IS 16 (6.64% from 255) = 5.05%

R = 75.71%
G = 19.24%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F03D10 (or 0xF03D10) is known color: Orange Red. HEX triplet: F0, 3D and 10. RGB value is (240,61,16). Sum of RGB (Red+Green+Blue) = 240+61+16=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03D10 is #0FC2EF. Grayscale: #6D6D6D. Windows color (decimal): -1032944 or 1064432. OLE color: 1064432.

HSL color Cylindrical-coordinate representation of color #F03D10: hue angle of 12.05º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F03D10 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 61 16 -
CMYK 0 0.75 0.93 0.06
HSL 12.05º 0.88% 0.5% -
HSV(B) 12.05º 0.93% 0.94% -
XYZ 37.7 21.9 2.73 -
YUV 109.39 75.3 221.16 -
System Red Green Blue C M Y K H S L
Decimal 240 61 16 0 0.75 0.93 0.06 12.05 0.88 0.5
Hex F0 3D 10 0 4B 5D 6 C 58 32
Octal 360 75 20 0 113 135 6 14 130 62
Binary 11110000 111101 10000 0 1001011 1011101 110 1100 1011000 110010

Color Harmonies of #F03D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03D10

Black with #F03D10

Text Example


Text Example

White with #F03D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03D10; }

 p { color: rgb(240,61,16); }

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

background-color css

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

 a { background-color: rgb(240,61,16); }

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

border-color css

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

 span { border-color: rgb(240,61,16); }

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