Html Css Color HEX #F2311C Red Orange

📋 copy color: '#F2311C'

red 242 ◦ green 49 ◦ blue 28

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

Shades of Red Orange #F2311C

Tints of Red Orange #F2311C

RGB

 RED value IS 242 (94.92% from 255) = 75.86%

 GREEN value IS 49 (19.53% from 255) = 15.36%

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

R = 75.86%
G = 15.36%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2311C (or 0xF2311C) is known color: Red Orange. HEX triplet: F2, 31 and 1C. RGB value is (242,49,28). Sum of RGB (Red+Green+Blue) = 242+49+28=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F2311C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2311C is #0DCEE3. Grayscale: #686868. Windows color (decimal): -904932 or 1847794. OLE color: 1847794.

HSL color Cylindrical-coordinate representation of color #F2311C: hue angle of 5.89º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2311C is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 49 28 -
CMYK 0 0.80 0.88 0.05
HSL 5.89º 0.89% 0.53% -
HSV(B) 5.89º 0.88% 0.95% -
XYZ 37.93 21.16 3.18 -
YUV 104.31 84.94 226.21 -
System Red Green Blue C M Y K H S L
Decimal 242 49 28 0 0.80 0.88 0.05 5.89 0.89 0.53
Hex F2 31 1C 0 50 58 5 6 59 35
Octal 362 61 34 0 120 130 5 6 131 65
Binary 11110010 110001 11100 0 1010000 1011000 101 110 1011001 110101

Color Harmonies of #F2311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2311C

Black with #F2311C

Text Example


Text Example

White with #F2311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2311C; }

 p { color: rgb(242,49,28); }

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

background-color css

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

 a { background-color: rgb(242,49,28); }

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

border-color css

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

 span { border-color: rgb(242,49,28); }

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