Html Css Color HEX #F82922 Red Orange

📋 copy color: '#F82922'

red 248 ◦ green 41 ◦ blue 34

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

Shades of Red Orange #F82922

Tints of Red Orange #F82922

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.69%

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

R = 76.78%
G = 12.69%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F82922 (or 0xF82922) is known color: Red Orange. HEX triplet: F8, 29 and 22. RGB value is (248,41,34). Sum of RGB (Red+Green+Blue) = 248+41+34=323 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.78% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 248 - color contains mainly: red. Hex color #F82922 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82922 is #07D6DD. Grayscale: #666666. Windows color (decimal): -513758 or 2238968. OLE color: 2238968.

HSL color Cylindrical-coordinate representation of color #F82922: hue angle of 1.96º 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 #F82922 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 41 34 -
CMYK 0 0.83 0.86 0.03
HSL 1.96º 0.94% 0.55% -
HSV(B) 1.96º 0.86% 0.97% -
XYZ 39.79 21.66 3.6 -
YUV 102.1 89.58 232.07 -
System Red Green Blue C M Y K H S L
Decimal 248 41 34 0 0.83 0.86 0.03 1.96 0.94 0.55
Hex F8 29 22 0 53 56 3 2 5E 37
Octal 370 51 42 0 123 126 3 2 136 67
Binary 11111000 101001 100010 0 1010011 1010110 11 10 1011110 110111

Color Harmonies of #F82922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82922

Black with #F82922

Text Example


Text Example

White with #F82922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82922; }

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

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

background-color css

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

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

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

border-color css

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

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

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