Html Css Color HEX #F8302C Red Orange

📋 copy color: '#F8302C'

red 248 ◦ green 48 ◦ blue 44

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

Shades of Red Orange #F8302C

Tints of Red Orange #F8302C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.12%

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

R = 72.94%
G = 14.12%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F8302C (or 0xF8302C) is known color: Red Orange. HEX triplet: F8, 30 and 2C. RGB value is (248,48,44). Sum of RGB (Red+Green+Blue) = 248+48+44=340 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.94% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 248 - color contains mainly: red. Hex color #F8302C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8302C is #07CFD3. Grayscale: #6B6B6B. Windows color (decimal): -511956 or 2896120. OLE color: 2896120.

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

Color convert

RGB 248 48 44 -
CMYK 0 0.81 0.82 0.03
HSL 1.18º 0.94% 0.57% -
HSV(B) 1.18º 0.82% 0.97% -
XYZ 40.22 22.25 4.56 -
YUV 107.34 92.26 228.33 -
System Red Green Blue C M Y K H S L
Decimal 248 48 44 0 0.81 0.82 0.03 1.18 0.94 0.57
Hex F8 30 2C 0 51 52 3 1 5E 39
Octal 370 60 54 0 121 122 3 1 136 71
Binary 11111000 110000 101100 0 1010001 1010010 11 1 1011110 111001

Color Harmonies of #F8302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8302C

Black with #F8302C

Text Example


Text Example

White with #F8302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8302C; }

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

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

background-color css

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

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

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

border-color css

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

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

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