Html Css Color HEX #F82C26 Red Orange

📋 copy color: '#F82C26'

red 248 ◦ green 44 ◦ blue 38

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

Shades of Red Orange #F82C26

Tints of Red Orange #F82C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.52%

R = 75.15%
G = 13.33%
B = 11.52%

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

#F82C26 (or 0xF82C26) is known color: Red Orange. HEX triplet: F8, 2C and 26. RGB value is (248,44,38). Sum of RGB (Red+Green+Blue) = 248+44+38=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82C26 is #07D3D9. Grayscale: #686868. Windows color (decimal): -512986 or 2501880. OLE color: 2501880.

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

Color convert

RGB 248 44 38 -
CMYK 0 0.82 0.85 0.03
HSL 1.71º 0.94% 0.56% -
HSV(B) 1.71º 0.85% 0.97% -
XYZ 39.96 21.9 3.95 -
YUV 104.31 90.59 230.49 -
System Red Green Blue C M Y K H S L
Decimal 248 44 38 0 0.82 0.85 0.03 1.71 0.94 0.56
Hex F8 2C 26 0 52 55 3 2 5E 38
Octal 370 54 46 0 122 125 3 2 136 70
Binary 11111000 101100 100110 0 1010010 1010101 11 10 1011110 111000

Color Harmonies of #F82C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82C26

Black with #F82C26

Text Example


Text Example

White with #F82C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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