Html Css Color HEX #F93231 Red Orange

📋 copy color: '#F93231'

red 249 ◦ green 50 ◦ blue 49

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

Shades of Red Orange #F93231

Tints of Red Orange #F93231

RGB

 RED value IS 249 (97.66% from 255) = 71.55%

 GREEN value IS 50 (19.92% from 255) = 14.37%

 BLUE value IS 49 (19.53% from 255) = 14.08%

R = 71.55%
G = 14.37%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F93231 (or 0xF93231) is known color: Red Orange. HEX triplet: F9, 32 and 31. RGB value is (249,50,49). Sum of RGB (Red+Green+Blue) = 249+50+49=348 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.55% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 249 - color contains mainly: red. Hex color #F93231 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93231 is #06CDCE. Grayscale: #6D6D6D. Windows color (decimal): -445903 or 3224313. OLE color: 3224313.

HSL color Cylindrical-coordinate representation of color #F93231: hue angle of 0.3º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93231 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 50 49 -
CMYK 0 0.80 0.80 0.02
HSL 0.3º 0.94% 0.58% -
HSV(B) 0.3º 0.8% 0.98% -
XYZ 40.76 22.64 5.13 -
YUV 109.39 93.93 227.58 -
System Red Green Blue C M Y K H S L
Decimal 249 50 49 0 0.80 0.80 0.02 0.3 0.94 0.58
Hex F9 32 31 0 50 50 2 0 5E 3A
Octal 371 62 61 0 120 120 2 0 136 72
Binary 11111001 110010 110001 0 1010000 1010000 10 0 1011110 111010

Color Harmonies of #F93231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93231

Black with #F93231

Text Example


Text Example

White with #F93231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93231; }

 p { color: rgb(249,50,49); }

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

background-color css

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

 a { background-color: rgb(249,50,49); }

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

border-color css

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

 span { border-color: rgb(249,50,49); }

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