Html Css Color HEX #F83221 Red Orange

📋 copy color: '#F83221'

red 248 ◦ green 50 ◦ blue 33

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

Shades of Red Orange #F83221

Tints of Red Orange #F83221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.97%

R = 74.92%
G = 15.11%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F83221 (or 0xF83221) is known color: Red Orange. HEX triplet: F8, 32 and 21. RGB value is (248,50,33). Sum of RGB (Red+Green+Blue) = 248+50+33=331 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.92% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 248 - color contains mainly: red. Hex color #F83221 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83221 is #07CDDE. Grayscale: #6B6B6B. Windows color (decimal): -511455 or 2175736. OLE color: 2175736.

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

Color convert

RGB 248 50 33 -
CMYK 0 0.80 0.87 0.03
HSL 4.74º 0.94% 0.55% -
HSV(B) 4.74º 0.87% 0.97% -
XYZ 40.13 22.35 3.64 -
YUV 107.26 86.1 228.38 -
System Red Green Blue C M Y K H S L
Decimal 248 50 33 0 0.80 0.87 0.03 4.74 0.94 0.55
Hex F8 32 21 0 50 57 3 5 5E 37
Octal 370 62 41 0 120 127 3 5 136 67
Binary 11111000 110010 100001 0 1010000 1010111 11 101 1011110 110111

Color Harmonies of #F83221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83221

Black with #F83221

Text Example


Text Example

White with #F83221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83221; }

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

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

background-color css

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

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

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

border-color css

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

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

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