Html Css Color HEX #F85530 Outrageous Orange

📋 copy color: '#F85530'

red 248 ◦ green 85 ◦ blue 48

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

Shades of Outrageous Orange #F85530

Tints of Outrageous Orange #F85530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.6%

R = 65.09%
G = 22.31%
B = 12.6%

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

#F85530 (or 0xF85530) is known color: Outrageous Orange. HEX triplet: F8, 55 and 30. RGB value is (248,85,48). Sum of RGB (Red+Green+Blue) = 248+85+48=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F85530 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85530 is #07AACF. Grayscale: #818181. Windows color (decimal): -502480 or 3167736. OLE color: 3167736.

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

Color convert

RGB 248 85 48 -
CMYK 0 0.66 0.81 0.03
HSL 11.1º 0.93% 0.58% -
HSV(B) 11.1º 0.81% 0.97% -
XYZ 42.49 26.67 5.7 -
YUV 129.52 82 212.51 -
System Red Green Blue C M Y K H S L
Decimal 248 85 48 0 0.66 0.81 0.03 11.1 0.93 0.58
Hex F8 55 30 0 42 51 3 B 5D 3A
Octal 370 125 60 0 102 121 3 13 135 72
Binary 11111000 1010101 110000 0 1000010 1010001 11 1011 1011101 111010

Color Harmonies of #F85530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85530

Black with #F85530

Text Example


Text Example

White with #F85530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85530; }

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

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

background-color css

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

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

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

border-color css

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

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

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