Html Css Color HEX #F8552F Outrageous Orange

📋 copy color: '#F8552F'

red 248 ◦ green 85 ◦ blue 47

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

Shades of Outrageous Orange #F8552F

Tints of Outrageous Orange #F8552F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.37%

 BLUE value IS 47 (18.75% from 255) = 12.37%

R = 65.26%
G = 22.37%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8552F (or 0xF8552F) is known color: Outrageous Orange. HEX triplet: F8, 55 and 2F. RGB value is (248,85,47). Sum of RGB (Red+Green+Blue) = 248+85+47=380 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.26% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 248 - color contains mainly: red. Hex color #F8552F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8552F is #07AAD0. Grayscale: #818181. Windows color (decimal): -502481 or 3102200. OLE color: 3102200.

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

Color convert

RGB 248 85 47 -
CMYK 0 0.66 0.81 0.03
HSL 11.34º 0.93% 0.58% -
HSV(B) 11.34º 0.81% 0.97% -
XYZ 42.47 26.66 5.6 -
YUV 129.41 81.5 212.59 -
System Red Green Blue C M Y K H S L
Decimal 248 85 47 0 0.66 0.81 0.03 11.34 0.93 0.58
Hex F8 55 2F 0 42 51 3 B 5D 3A
Octal 370 125 57 0 102 121 3 13 135 72
Binary 11111000 1010101 101111 0 1000010 1010001 11 1011 1011101 111010

Color Harmonies of #F8552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8552F

Black with #F8552F

Text Example


Text Example

White with #F8552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8552F; }

 p { color: rgb(248,85,47); }

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

background-color css

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

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

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

border-color css

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

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

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