Html Css Color HEX #F82C2C Red Orange

📋 copy color: '#F82C2C'

red 248 ◦ green 44 ◦ blue 44

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

Shades of Red Orange #F82C2C

Tints of Red Orange #F82C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.1%

R = 73.81%
G = 13.1%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F82C2C (or 0xF82C2C) is known color: Red Orange. HEX triplet: F8, 2C and 2C. RGB value is (248,44,44). Sum of RGB (Red+Green+Blue) = 248+44+44=336 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.81% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82C2C is #07D3D3. Grayscale: #696969. Windows color (decimal): -512980 or 2895096. OLE color: 2895096.

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

Color convert

RGB 248 44 44 -
CMYK 0 0.82 0.82 0.03
HSL 0.94% 0.57% -
HSV(B) 0.82% 0.97% -
XYZ 40.07 21.94 4.51 -
YUV 105 93.59 230 -
System Red Green Blue C M Y K H S L
Decimal 248 44 44 0 0.82 0.82 0.03 0 0.94 0.57
Hex F8 2C 2C 0 52 52 3 0 5E 39
Octal 370 54 54 0 122 122 3 0 136 71
Binary 11111000 101100 101100 0 1010010 1010010 11 0 1011110 111001

Color Harmonies of #F82C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82C2C

Black with #F82C2C

Text Example


Text Example

White with #F82C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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