Html Css Color HEX #F83232 Red Orange

📋 copy color: '#F83232'

red 248 ◦ green 50 ◦ blue 50

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

Shades of Red Orange #F83232

Tints of Red Orange #F83232

RGB

 RED value IS 248 (97.27% from 255) = 71.26%

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

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

R = 71.26%
G = 14.37%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F83232 (or 0xF83232) is known color: Red Orange. HEX triplet: F8, 32 and 32. RGB value is (248,50,50). Sum of RGB (Red+Green+Blue) = 248+50+50=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F83232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83232 is #07CDCD. Grayscale: #6D6D6D. Windows color (decimal): -511438 or 3289848. OLE color: 3289848.

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

Color convert

RGB 248 50 50 -
CMYK 0 0.80 0.80 0.03
HSL 0.93% 0.58% -
HSV(B) 0.8% 0.97% -
XYZ 40.43 22.47 5.22 -
YUV 109.2 94.6 227 -
System Red Green Blue C M Y K H S L
Decimal 248 50 50 0 0.80 0.80 0.03 0 0.93 0.58
Hex F8 32 32 0 50 50 3 0 5D 3A
Octal 370 62 62 0 120 120 3 0 135 72
Binary 11111000 110010 110010 0 1010000 1010000 11 0 1011101 111010

Color Harmonies of #F83232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83232

Black with #F83232

Text Example


Text Example

White with #F83232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83232; }

 p { color: rgb(248,50,50); }

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

background-color css

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

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

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

border-color css

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

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

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