Html Css Color HEX #F82424 Red Orange

📋 copy color: '#F82424'

red 248 ◦ green 36 ◦ blue 36

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

Shades of Red Orange #F82424

Tints of Red Orange #F82424

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.25%

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

R = 77.5%
G = 11.25%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F82424 (or 0xF82424) is known color: Red Orange. HEX triplet: F8, 24 and 24. RGB value is (248,36,36). Sum of RGB (Red+Green+Blue) = 248+36+36=320 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.5% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 248 - color contains mainly: red. Hex color #F82424 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82424 is #07DBDB. Grayscale: #636363. Windows color (decimal): -515036 or 2368760. OLE color: 2368760.

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

Color convert

RGB 248 36 36 -
CMYK 0 0.85 0.85 0.03
HSL 0.94% 0.56% -
HSV(B) 0.85% 0.97% -
XYZ 39.66 21.35 3.7 -
YUV 99.39 92.24 234 -
System Red Green Blue C M Y K H S L
Decimal 248 36 36 0 0.85 0.85 0.03 0 0.94 0.56
Hex F8 24 24 0 55 55 3 0 5E 38
Octal 370 44 44 0 125 125 3 0 136 70
Binary 11111000 100100 100100 0 1010101 1010101 11 0 1011110 111000

Color Harmonies of #F82424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82424

Black with #F82424

Text Example


Text Example

White with #F82424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82424; }

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

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

background-color css

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

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

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

border-color css

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

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

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