Html Css Color HEX #F03613 Orange Red

📋 copy color: '#F03613'

red 240 ◦ green 54 ◦ blue 19

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

Shades of Orange Red #F03613

Tints of Orange Red #F03613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.25%

 BLUE value IS 19 (7.81% from 255) = 6.07%

R = 76.68%
G = 17.25%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F03613 (or 0xF03613) is known color: Orange Red. HEX triplet: F0, 36 and 13. RGB value is (240,54,19). Sum of RGB (Red+Green+Blue) = 240+54+19=313 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.68% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 240 - color contains mainly: red. Hex color #F03613 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03613 is #0FC9EC. Grayscale: #696969. Windows color (decimal): -1034733 or 1259248. OLE color: 1259248.

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

Color convert

RGB 240 54 19 -
CMYK 0 0.78 0.92 0.06
HSL 9.5º 0.88% 0.51% -
HSV(B) 9.5º 0.92% 0.94% -
XYZ 37.37 21.21 2.74 -
YUV 105.62 79.12 223.85 -
System Red Green Blue C M Y K H S L
Decimal 240 54 19 0 0.78 0.92 0.06 9.5 0.88 0.51
Hex F0 36 13 0 4E 5C 6 A 58 33
Octal 360 66 23 0 116 134 6 12 130 63
Binary 11110000 110110 10011 0 1001110 1011100 110 1010 1011000 110011

Color Harmonies of #F03613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03613

Black with #F03613

Text Example


Text Example

White with #F03613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03613; }

 p { color: rgb(240,54,19); }

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

background-color css

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

 a { background-color: rgb(240,54,19); }

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

border-color css

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

 span { border-color: rgb(240,54,19); }

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