Html Css Color HEX #F03F10 Orange Red

📋 copy color: '#F03F10'

red 240 ◦ green 63 ◦ blue 16

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

Shades of Orange Red #F03F10

Tints of Orange Red #F03F10

RGB

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

 GREEN value IS 63 (25% from 255) = 19.75%

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

R = 75.24%
G = 19.75%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F03F10 (or 0xF03F10) is known color: Orange Red. HEX triplet: F0, 3F and 10. RGB value is (240,63,16). Sum of RGB (Red+Green+Blue) = 240+63+16=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03F10 is #0FC0EF. Grayscale: #6E6E6E. Windows color (decimal): -1032432 or 1064944. OLE color: 1064944.

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

Color convert

RGB 240 63 16 -
CMYK 0 0.74 0.93 0.06
HSL 12.59º 0.88% 0.5% -
HSV(B) 12.59º 0.93% 0.94% -
XYZ 37.81 22.12 2.77 -
YUV 110.57 74.64 220.32 -
System Red Green Blue C M Y K H S L
Decimal 240 63 16 0 0.74 0.93 0.06 12.59 0.88 0.5
Hex F0 3F 10 0 4A 5D 6 D 58 32
Octal 360 77 20 0 112 135 6 15 130 62
Binary 11110000 111111 10000 0 1001010 1011101 110 1101 1011000 110010

Color Harmonies of #F03F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03F10

Black with #F03F10

Text Example


Text Example

White with #F03F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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