Html Css Color HEX #F03B0A Orange Red

📋 copy color: '#F03B0A'

red 240 ◦ green 59 ◦ blue 10

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

Shades of Orange Red #F03B0A

Tints of Orange Red #F03B0A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.09%

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

R = 77.67%
G = 19.09%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F03B0A (or 0xF03B0A) is known color: Orange Red. HEX triplet: F0, 3B and 0A. RGB value is (240,59,10). Sum of RGB (Red+Green+Blue) = 240+59+10=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F03B0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03B0A is #0FC4F5. Grayscale: #6B6B6B. Windows color (decimal): -1033462 or 670704. OLE color: 670704.

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

Color convert

RGB 240 59 10 -
CMYK 0 0.75 0.96 0.06
HSL 12.78º 0.92% 0.49% -
HSV(B) 12.78º 0.96% 0.94% -
XYZ 37.55 21.68 2.49 -
YUV 107.53 72.97 222.48 -
System Red Green Blue C M Y K H S L
Decimal 240 59 10 0 0.75 0.96 0.06 12.78 0.92 0.49
Hex F0 3B A 0 4B 60 6 D 5C 31
Octal 360 73 12 0 113 140 6 15 134 61
Binary 11110000 111011 1010 0 1001011 1100000 110 1101 1011100 110001

Color Harmonies of #F03B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03B0A

Black with #F03B0A

Text Example


Text Example

White with #F03B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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