Html Css Color HEX #F0362D Red Orange

📋 copy color: '#F0362D'

red 240 ◦ green 54 ◦ blue 45

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

Shades of Red Orange #F0362D

Tints of Red Orange #F0362D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.27%

R = 70.8%
G = 15.93%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0362D (or 0xF0362D) is known color: Red Orange. HEX triplet: F0, 36 and 2D. RGB value is (240,54,45). Sum of RGB (Red+Green+Blue) = 240+54+45=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F0362D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0362D is #0FC9D2. Grayscale: #6C6C6C. Windows color (decimal): -1034707 or 2963184. OLE color: 2963184.

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

Color convert

RGB 240 54 45 -
CMYK 0 0.78 0.81 0.06
HSL 2.77º 0.87% 0.56% -
HSV(B) 2.77º 0.81% 0.94% -
XYZ 37.73 21.35 4.62 -
YUV 108.59 92.12 221.73 -
System Red Green Blue C M Y K H S L
Decimal 240 54 45 0 0.78 0.81 0.06 2.77 0.87 0.56
Hex F0 36 2D 0 4E 51 6 3 57 38
Octal 360 66 55 0 116 121 6 3 127 70
Binary 11110000 110110 101101 0 1001110 1010001 110 11 1010111 111000

Color Harmonies of #F0362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0362D

Black with #F0362D

Text Example


Text Example

White with #F0362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0362D; }

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

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

background-color css

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

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

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

border-color css

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

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

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