Html Css Color HEX #F8502D Outrageous Orange

📋 copy color: '#F8502D'

red 248 ◦ green 80 ◦ blue 45

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

Shades of Outrageous Orange #F8502D

Tints of Outrageous Orange #F8502D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.45%

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

R = 66.49%
G = 21.45%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F8502D (or 0xF8502D) is known color: Outrageous Orange. HEX triplet: F8, 50 and 2D. RGB value is (248,80,45). Sum of RGB (Red+Green+Blue) = 248+80+45=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F8502D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8502D is #07AFD2. Grayscale: #7E7E7E. Windows color (decimal): -503763 or 2969848. OLE color: 2969848.

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

Color convert

RGB 248 80 45 -
CMYK 0 0.68 0.82 0.03
HSL 10.34º 0.94% 0.57% -
HSV(B) 10.34º 0.82% 0.97% -
XYZ 42.05 25.88 5.26 -
YUV 126.24 82.16 214.85 -
System Red Green Blue C M Y K H S L
Decimal 248 80 45 0 0.68 0.82 0.03 10.34 0.94 0.57
Hex F8 50 2D 0 44 52 3 A 5E 39
Octal 370 120 55 0 104 122 3 12 136 71
Binary 11111000 1010000 101101 0 1000100 1010010 11 1010 1011110 111001

Color Harmonies of #F8502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8502D

Black with #F8502D

Text Example


Text Example

White with #F8502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8502D; }

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

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

background-color css

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

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

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

border-color css

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

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

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