Html Css Color HEX #F83122 Red Orange

📋 copy color: '#F83122'

red 248 ◦ green 49 ◦ blue 34

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

Shades of Red Orange #F83122

Tints of Red Orange #F83122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.27%

R = 74.92%
G = 14.8%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F83122 (or 0xF83122) is known color: Red Orange. HEX triplet: F8, 31 and 22. RGB value is (248,49,34). Sum of RGB (Red+Green+Blue) = 248+49+34=331 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.92% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 34 (13.67% from 255 or 10.27% from 331); Max value from RGB is 248 - color contains mainly: red. Hex color #F83122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83122 is #07CEDD. Grayscale: #6B6B6B. Windows color (decimal): -511710 or 2241016. OLE color: 2241016.

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

Color convert

RGB 248 49 34 -
CMYK 0 0.80 0.86 0.03
HSL 4.21º 0.94% 0.55% -
HSV(B) 4.21º 0.86% 0.97% -
XYZ 40.1 22.27 3.7 -
YUV 106.79 86.93 228.72 -
System Red Green Blue C M Y K H S L
Decimal 248 49 34 0 0.80 0.86 0.03 4.21 0.94 0.55
Hex F8 31 22 0 50 56 3 4 5E 37
Octal 370 61 42 0 120 126 3 4 136 67
Binary 11111000 110001 100010 0 1010000 1010110 11 100 1011110 110111

Color Harmonies of #F83122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83122

Black with #F83122

Text Example


Text Example

White with #F83122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83122; }

 p { color: rgb(248,49,34); }

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

background-color css

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

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

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

border-color css

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

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

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