Html Css Color HEX #F0331B Red Orange

📋 copy color: '#F0331B'

red 240 ◦ green 51 ◦ blue 27

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

Shades of Red Orange #F0331B

Tints of Red Orange #F0331B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.49%

R = 75.47%
G = 16.04%
B = 8.49%

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

#F0331B (or 0xF0331B) is known color: Red Orange. HEX triplet: F0, 33 and 1B. RGB value is (240,51,27). Sum of RGB (Red+Green+Blue) = 240+51+27=318 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.47% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 240 - color contains mainly: red. Hex color #F0331B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0331B is #0FCCE4. Grayscale: #696969. Windows color (decimal): -1035493 or 1782768. OLE color: 1782768.

HSL color Cylindrical-coordinate representation of color #F0331B: hue angle of 6.76º 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 #F0331B is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 51 27 -
CMYK 0 0.79 0.89 0.06
HSL 6.76º 0.88% 0.52% -
HSV(B) 6.76º 0.89% 0.94% -
XYZ 37.32 20.97 3.12 -
YUV 104.78 84.12 224.45 -
System Red Green Blue C M Y K H S L
Decimal 240 51 27 0 0.79 0.89 0.06 6.76 0.88 0.52
Hex F0 33 1B 0 4F 59 6 7 58 34
Octal 360 63 33 0 117 131 6 7 130 64
Binary 11110000 110011 11011 0 1001111 1011001 110 111 1011000 110100

Color Harmonies of #F0331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0331B

Black with #F0331B

Text Example


Text Example

White with #F0331B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0331B; }

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

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

background-color css

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

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

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

border-color css

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

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

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