Html Css Color HEX #F82A1E Red Orange

📋 copy color: '#F82A1E'

red 248 ◦ green 42 ◦ blue 30

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

Shades of Red Orange #F82A1E

Tints of Red Orange #F82A1E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.13%

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

R = 77.5%
G = 13.13%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F82A1E (or 0xF82A1E) is known color: Red Orange. HEX triplet: F8, 2A and 1E. RGB value is (248,42,30). Sum of RGB (Red+Green+Blue) = 248+42+30=320 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.5% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 248 - color contains mainly: red. Hex color #F82A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82A1E is #07D5E1. Grayscale: #666666. Windows color (decimal): -513506 or 1977080. OLE color: 1977080.

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

Color convert

RGB 248 42 30 -
CMYK 0 0.83 0.88 0.03
HSL 3.3º 0.94% 0.55% -
HSV(B) 3.3º 0.88% 0.97% -
XYZ 39.77 21.71 3.32 -
YUV 102.23 87.25 231.98 -
System Red Green Blue C M Y K H S L
Decimal 248 42 30 0 0.83 0.88 0.03 3.3 0.94 0.55
Hex F8 2A 1E 0 53 58 3 3 5E 37
Octal 370 52 36 0 123 130 3 3 136 67
Binary 11111000 101010 11110 0 1010011 1011000 11 11 1011110 110111

Color Harmonies of #F82A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82A1E

Black with #F82A1E

Text Example


Text Example

White with #F82A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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