Html Css Color HEX #F82D1E Red Orange

📋 copy color: '#F82D1E'

red 248 ◦ green 45 ◦ blue 30

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

Shades of Red Orange #F82D1E

Tints of Red Orange #F82D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.29%

R = 76.78%
G = 13.93%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F82D1E (or 0xF82D1E) is known color: Red Orange. HEX triplet: F8, 2D and 1E. RGB value is (248,45,30). Sum of RGB (Red+Green+Blue) = 248+45+30=323 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.78% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82D1E is #07D2E1. Grayscale: #686868. Windows color (decimal): -512738 or 1977848. OLE color: 1977848.

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

Color convert

RGB 248 45 30 -
CMYK 0 0.82 0.88 0.03
HSL 4.13º 0.94% 0.55% -
HSV(B) 4.13º 0.88% 0.97% -
XYZ 39.88 21.93 3.36 -
YUV 103.99 86.25 230.72 -
System Red Green Blue C M Y K H S L
Decimal 248 45 30 0 0.82 0.88 0.03 4.13 0.94 0.55
Hex F8 2D 1E 0 52 58 3 4 5E 37
Octal 370 55 36 0 122 130 3 4 136 67
Binary 11111000 101101 11110 0 1010010 1011000 11 100 1011110 110111

Color Harmonies of #F82D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82D1E

Black with #F82D1E

Text Example


Text Example

White with #F82D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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