Html Css Color HEX #F85A27 Outrageous Orange

📋 copy color: '#F85A27'

red 248 ◦ green 90 ◦ blue 39

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

Shades of Outrageous Orange #F85A27

Tints of Outrageous Orange #F85A27

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.87%

 BLUE value IS 39 (15.63% from 255) = 10.34%

R = 65.78%
G = 23.87%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F85A27 (or 0xF85A27) is known color: Outrageous Orange. HEX triplet: F8, 5A and 27. RGB value is (248,90,39). Sum of RGB (Red+Green+Blue) = 248+90+39=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 39 (15.62% from 255 or 10.34% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85A27 is #07A5D8. Grayscale: #838383. Windows color (decimal): -501209 or 2579192. OLE color: 2579192.

HSL color Cylindrical-coordinate representation of color #F85A27: hue angle of 14.64º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F85A27 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 90 39 -
CMYK 0 0.64 0.84 0.03
HSL 14.64º 0.94% 0.56% -
HSV(B) 14.64º 0.84% 0.97% -
XYZ 42.73 27.42 4.96 -
YUV 131.43 75.85 211.15 -
System Red Green Blue C M Y K H S L
Decimal 248 90 39 0 0.64 0.84 0.03 14.64 0.94 0.56
Hex F8 5A 27 0 40 54 3 F 5E 38
Octal 370 132 47 0 100 124 3 17 136 70
Binary 11111000 1011010 100111 0 1000000 1010100 11 1111 1011110 111000

Color Harmonies of #F85A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A27

Black with #F85A27

Text Example


Text Example

White with #F85A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A27; }

 p { color: rgb(248,90,39); }

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

background-color css

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

 a { background-color: rgb(248,90,39); }

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

border-color css

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

 span { border-color: rgb(248,90,39); }

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