Html Css Color HEX #F82C24 Red Orange

📋 copy color: '#F82C24'

red 248 ◦ green 44 ◦ blue 36

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

Shades of Red Orange #F82C24

Tints of Red Orange #F82C24

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.41%

 BLUE value IS 36 (14.45% from 255) = 10.98%

R = 75.61%
G = 13.41%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F82C24 (or 0xF82C24) is known color: Red Orange. HEX triplet: F8, 2C and 24. RGB value is (248,44,36). Sum of RGB (Red+Green+Blue) = 248+44+36=328 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.61% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82C24 is #07D3DB. Grayscale: #686868. Windows color (decimal): -512988 or 2370808. OLE color: 2370808.

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

Color convert

RGB 248 44 36 -
CMYK 0 0.82 0.85 0.03
HSL 2.26º 0.94% 0.56% -
HSV(B) 2.26º 0.85% 0.97% -
XYZ 39.93 21.89 3.79 -
YUV 104.08 89.59 230.65 -
System Red Green Blue C M Y K H S L
Decimal 248 44 36 0 0.82 0.85 0.03 2.26 0.94 0.56
Hex F8 2C 24 0 52 55 3 2 5E 38
Octal 370 54 44 0 122 125 3 2 136 70
Binary 11111000 101100 100100 0 1010010 1010101 11 10 1011110 111000

Color Harmonies of #F82C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82C24

Black with #F82C24

Text Example


Text Example

White with #F82C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82C24; }

 p { color: rgb(248,44,36); }

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

background-color css

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

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

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

border-color css

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

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

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