Html Css Color HEX #F85A23 Outrageous Orange

📋 copy color: '#F85A23'

red 248 ◦ green 90 ◦ blue 35

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

Shades of Outrageous Orange #F85A23

Tints of Outrageous Orange #F85A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.38%

R = 66.49%
G = 24.13%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F85A23 (or 0xF85A23) is known color: Outrageous Orange. HEX triplet: F8, 5A and 23. RGB value is (248,90,35). Sum of RGB (Red+Green+Blue) = 248+90+35=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A23 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85A23 is #07A5DC. Grayscale: #838383. Windows color (decimal): -501213 or 2317048. OLE color: 2317048.

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

Color convert

RGB 248 90 35 -
CMYK 0 0.64 0.86 0.03
HSL 15.49º 0.94% 0.55% -
HSV(B) 15.49º 0.86% 0.97% -
XYZ 42.67 27.39 4.63 -
YUV 130.97 73.85 211.47 -
System Red Green Blue C M Y K H S L
Decimal 248 90 35 0 0.64 0.86 0.03 15.49 0.94 0.55
Hex F8 5A 23 0 40 56 3 F 5E 37
Octal 370 132 43 0 100 126 3 17 136 67
Binary 11111000 1011010 100011 0 1000000 1010110 11 1111 1011110 110111

Color Harmonies of #F85A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A23

Black with #F85A23

Text Example


Text Example

White with #F85A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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