Html Css Color HEX #F03A0E Orange Red

📋 copy color: '#F03A0E'

red 240 ◦ green 58 ◦ blue 14

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

Shades of Orange Red #F03A0E

Tints of Orange Red #F03A0E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.59%

 BLUE value IS 14 (5.86% from 255) = 4.49%

R = 76.92%
G = 18.59%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F03A0E (or 0xF03A0E) is known color: Orange Red. HEX triplet: F0, 3A and 0E. RGB value is (240,58,14). Sum of RGB (Red+Green+Blue) = 240+58+14=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03A0E is #0FC5F1. Grayscale: #6B6B6B. Windows color (decimal): -1033714 or 932592. OLE color: 932592.

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

Color convert

RGB 240 58 14 -
CMYK 0 0.76 0.94 0.06
HSL 11.68º 0.89% 0.5% -
HSV(B) 11.68º 0.94% 0.94% -
XYZ 37.53 21.58 2.6 -
YUV 107.4 75.3 222.58 -
System Red Green Blue C M Y K H S L
Decimal 240 58 14 0 0.76 0.94 0.06 11.68 0.89 0.5
Hex F0 3A E 0 4C 5E 6 C 59 32
Octal 360 72 16 0 114 136 6 14 131 62
Binary 11110000 111010 1110 0 1001100 1011110 110 1100 1011001 110010

Color Harmonies of #F03A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03A0E

Black with #F03A0E

Text Example


Text Example

White with #F03A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03A0E; }

 p { color: rgb(240,58,14); }

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

background-color css

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

 a { background-color: rgb(240,58,14); }

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

border-color css

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

 span { border-color: rgb(240,58,14); }

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