Html Css Color HEX #F03632 Red Orange

📋 copy color: '#F03632'

red 240 ◦ green 54 ◦ blue 50

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

Shades of Red Orange #F03632

Tints of Red Orange #F03632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.53%

R = 69.77%
G = 15.7%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F03632 (or 0xF03632) is known color: Red Orange. HEX triplet: F0, 36 and 32. RGB value is (240,54,50). Sum of RGB (Red+Green+Blue) = 240+54+50=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F03632 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03632 is #0FC9CD. Grayscale: #6D6D6D. Windows color (decimal): -1034702 or 3290864. OLE color: 3290864.

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

Color convert

RGB 240 54 50 -
CMYK 0 0.78 0.79 0.06
HSL 1.26º 0.86% 0.57% -
HSV(B) 1.26º 0.79% 0.94% -
XYZ 37.83 21.39 5.15 -
YUV 109.16 94.62 221.33 -
System Red Green Blue C M Y K H S L
Decimal 240 54 50 0 0.78 0.79 0.06 1.26 0.86 0.57
Hex F0 36 32 0 4E 4F 6 1 56 39
Octal 360 66 62 0 116 117 6 1 126 71
Binary 11110000 110110 110010 0 1001110 1001111 110 1 1010110 111001

Color Harmonies of #F03632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03632

Black with #F03632

Text Example


Text Example

White with #F03632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03632; }

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

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

background-color css

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

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

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

border-color css

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

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

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