Html Css Color HEX #F03A0A Orange Red

📋 copy color: '#F03A0A'

red 240 ◦ green 58 ◦ blue 10

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

Shades of Orange Red #F03A0A

Tints of Orange Red #F03A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.25%

R = 77.92%
G = 18.83%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F03A0A (or 0xF03A0A) is known color: Orange Red. HEX triplet: F0, 3A and 0A. RGB value is (240,58,10). Sum of RGB (Red+Green+Blue) = 240+58+10=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03A0A is #0FC5F5. Grayscale: #6B6B6B. Windows color (decimal): -1033718 or 670448. OLE color: 670448.

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

Color convert

RGB 240 58 10 -
CMYK 0 0.76 0.96 0.06
HSL 12.52º 0.92% 0.49% -
HSV(B) 12.52º 0.96% 0.94% -
XYZ 37.5 21.57 2.47 -
YUV 106.95 73.3 222.9 -
System Red Green Blue C M Y K H S L
Decimal 240 58 10 0 0.76 0.96 0.06 12.52 0.92 0.49
Hex F0 3A A 0 4C 60 6 D 5C 31
Octal 360 72 12 0 114 140 6 15 134 61
Binary 11110000 111010 1010 0 1001100 1100000 110 1101 1011100 110001

Color Harmonies of #F03A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03A0A

Black with #F03A0A

Text Example


Text Example

White with #F03A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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