Html Css Color HEX #F0331C Red Orange

📋 copy color: '#F0331C'

red 240 ◦ green 51 ◦ blue 28

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

Shades of Red Orange #F0331C

Tints of Red Orange #F0331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.99%

 BLUE value IS 28 (11.33% from 255) = 8.78%

R = 75.24%
G = 15.99%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0331C (or 0xF0331C) is known color: Red Orange. HEX triplet: F0, 33 and 1C. RGB value is (240,51,28). Sum of RGB (Red+Green+Blue) = 240+51+28=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F0331C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0331C is #0FCCE3. Grayscale: #696969. Windows color (decimal): -1035492 or 1848304. OLE color: 1848304.

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

Color convert

RGB 240 51 28 -
CMYK 0 0.79 0.88 0.06
HSL 6.51º 0.88% 0.53% -
HSV(B) 6.51º 0.88% 0.94% -
XYZ 37.33 20.98 3.18 -
YUV 104.89 84.62 224.37 -
System Red Green Blue C M Y K H S L
Decimal 240 51 28 0 0.79 0.88 0.06 6.51 0.88 0.53
Hex F0 33 1C 0 4F 58 6 7 58 35
Octal 360 63 34 0 117 130 6 7 130 65
Binary 11110000 110011 11100 0 1001111 1011000 110 111 1011000 110101

Color Harmonies of #F0331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0331C

Black with #F0331C

Text Example


Text Example

White with #F0331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0331C; }

 p { color: rgb(240,51,28); }

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

background-color css

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

 a { background-color: rgb(240,51,28); }

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

border-color css

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

 span { border-color: rgb(240,51,28); }

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