Html Css Color HEX #F82D25 Red Orange

📋 copy color: '#F82D25'

red 248 ◦ green 45 ◦ blue 37

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

Shades of Red Orange #F82D25

Tints of Red Orange #F82D25

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.64%

 BLUE value IS 37 (14.84% from 255) = 11.21%

R = 75.15%
G = 13.64%
B = 11.21%

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

#F82D25 (or 0xF82D25) is known color: Red Orange. HEX triplet: F8, 2D and 25. RGB value is (248,45,37). Sum of RGB (Red+Green+Blue) = 248+45+37=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82D25 is #07D2DA. Grayscale: #696969. Windows color (decimal): -512731 or 2436600. OLE color: 2436600.

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

Color convert

RGB 248 45 37 -
CMYK 0 0.82 0.85 0.03
HSL 2.27º 0.94% 0.56% -
HSV(B) 2.27º 0.85% 0.97% -
XYZ 39.98 21.97 3.88 -
YUV 104.79 89.75 230.15 -
System Red Green Blue C M Y K H S L
Decimal 248 45 37 0 0.82 0.85 0.03 2.27 0.94 0.56
Hex F8 2D 25 0 52 55 3 2 5E 38
Octal 370 55 45 0 122 125 3 2 136 70
Binary 11111000 101101 100101 0 1010010 1010101 11 10 1011110 111000

Color Harmonies of #F82D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82D25

Black with #F82D25

Text Example


Text Example

White with #F82D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82D25; }

 p { color: rgb(248,45,37); }

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

background-color css

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

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

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

border-color css

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

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

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