Html Css Color HEX #F0362C Red Orange

📋 copy color: '#F0362C'

red 240 ◦ green 54 ◦ blue 44

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

Shades of Red Orange #F0362C

Tints of Red Orange #F0362C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.02%

R = 71.01%
G = 15.98%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0362C (or 0xF0362C) is known color: Red Orange. HEX triplet: F0, 36 and 2C. RGB value is (240,54,44). Sum of RGB (Red+Green+Blue) = 240+54+44=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F0362C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0362C is #0FC9D3. Grayscale: #6C6C6C. Windows color (decimal): -1034708 or 2897648. OLE color: 2897648.

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

Color convert

RGB 240 54 44 -
CMYK 0 0.78 0.82 0.06
HSL 3.06º 0.87% 0.56% -
HSV(B) 3.06º 0.82% 0.94% -
XYZ 37.71 21.35 4.52 -
YUV 108.47 91.62 221.81 -
System Red Green Blue C M Y K H S L
Decimal 240 54 44 0 0.78 0.82 0.06 3.06 0.87 0.56
Hex F0 36 2C 0 4E 52 6 3 57 38
Octal 360 66 54 0 116 122 6 3 127 70
Binary 11110000 110110 101100 0 1001110 1010010 110 11 1010111 111000

Color Harmonies of #F0362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0362C

Black with #F0362C

Text Example


Text Example

White with #F0362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0362C; }

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

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

background-color css

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

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

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

border-color css

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

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

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