Html Css Color HEX #F0331A Red Orange

📋 copy color: '#F0331A'

red 240 ◦ green 51 ◦ blue 26

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

Shades of Red Orange #F0331A

Tints of Red Orange #F0331A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.2%

R = 75.71%
G = 16.09%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0331A (or 0xF0331A) is known color: Red Orange. HEX triplet: F0, 33 and 1A. RGB value is (240,51,26). Sum of RGB (Red+Green+Blue) = 240+51+26=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F0331A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0331A is #0FCCE5. Grayscale: #686868. Windows color (decimal): -1035494 or 1717232. OLE color: 1717232.

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

Color convert

RGB 240 51 26 -
CMYK 0 0.79 0.89 0.06
HSL 7.01º 0.88% 0.52% -
HSV(B) 7.01º 0.89% 0.94% -
XYZ 37.31 20.97 3.06 -
YUV 104.66 83.62 224.53 -
System Red Green Blue C M Y K H S L
Decimal 240 51 26 0 0.79 0.89 0.06 7.01 0.88 0.52
Hex F0 33 1A 0 4F 59 6 7 58 34
Octal 360 63 32 0 117 131 6 7 130 64
Binary 11110000 110011 11010 0 1001111 1011001 110 111 1011000 110100

Color Harmonies of #F0331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0331A

Black with #F0331A

Text Example


Text Example

White with #F0331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0331A; }

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

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

background-color css

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

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

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

border-color css

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

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

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