Html Css Color HEX #F8452D Red Orange

📋 copy color: '#F8452D'

red 248 ◦ green 69 ◦ blue 45

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

Shades of Red Orange #F8452D

Tints of Red Orange #F8452D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.06%

 BLUE value IS 45 (17.97% from 255) = 12.43%

R = 68.51%
G = 19.06%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F8452D (or 0xF8452D) is known color: Red Orange. HEX triplet: F8, 45 and 2D. RGB value is (248,69,45). Sum of RGB (Red+Green+Blue) = 248+69+45=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F8452D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8452D is #07BAD2. Grayscale: #787878. Windows color (decimal): -506579 or 2967032. OLE color: 2967032.

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

Color convert

RGB 248 69 45 -
CMYK 0 0.72 0.82 0.03
HSL 7.09º 0.94% 0.57% -
HSV(B) 7.09º 0.82% 0.97% -
XYZ 41.31 24.4 5.02 -
YUV 119.79 85.8 219.45 -
System Red Green Blue C M Y K H S L
Decimal 248 69 45 0 0.72 0.82 0.03 7.09 0.94 0.57
Hex F8 45 2D 0 48 52 3 7 5E 39
Octal 370 105 55 0 110 122 3 7 136 71
Binary 11111000 1000101 101101 0 1001000 1010010 11 111 1011110 111001

Color Harmonies of #F8452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8452D

Black with #F8452D

Text Example


Text Example

White with #F8452D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8452D; }

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

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

background-color css

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

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

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

border-color css

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

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

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