Html Css Color HEX #F82C1D Red Orange

📋 copy color: '#F82C1D'

red 248 ◦ green 44 ◦ blue 29

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

Shades of Red Orange #F82C1D

Tints of Red Orange #F82C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.03%

R = 77.26%
G = 13.71%
B = 9.03%

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

#F82C1D (or 0xF82C1D) is known color: Red Orange. HEX triplet: F8, 2C and 1D. RGB value is (248,44,29). Sum of RGB (Red+Green+Blue) = 248+44+29=321 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.26% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82C1D is #07D3E2. Grayscale: #676767. Windows color (decimal): -512995 or 1912056. OLE color: 1912056.

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

Color convert

RGB 248 44 29 -
CMYK 0 0.82 0.88 0.03
HSL 4.11º 0.94% 0.54% -
HSV(B) 4.11º 0.88% 0.97% -
XYZ 39.83 21.85 3.28 -
YUV 103.29 86.09 231.22 -
System Red Green Blue C M Y K H S L
Decimal 248 44 29 0 0.82 0.88 0.03 4.11 0.94 0.54
Hex F8 2C 1D 0 52 58 3 4 5E 36
Octal 370 54 35 0 122 130 3 4 136 66
Binary 11111000 101100 11101 0 1010010 1011000 11 100 1011110 110110

Color Harmonies of #F82C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82C1D

Black with #F82C1D

Text Example


Text Example

White with #F82C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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