Html Css Color HEX #F8A550 Sunshade

📋 copy color: '#F8A550'

red 248 ◦ green 165 ◦ blue 80

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

Shades of Sunshade #F8A550

Tints of Sunshade #F8A550

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.47%

 BLUE value IS 80 (31.64% from 255) = 16.23%

R = 50.3%
G = 33.47%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F8A550 (or 0xF8A550) is known color: Sunshade. HEX triplet: F8, A5 and 50. RGB value is (248,165,80). Sum of RGB (Red+Green+Blue) = 248+165+80=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A550 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A550 is #075AAF. Grayscale: #B4B4B4. Windows color (decimal): -481968 or 5285368. OLE color: 5285368.

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

Color convert

RGB 248 165 80 -
CMYK 0 0.33 0.68 0.03
HSL 30.36º 0.92% 0.64% -
HSV(B) 30.36º 0.68% 0.97% -
XYZ 53.61 47.45 13.92 -
YUV 180.13 71.5 176.41 -
System Red Green Blue C M Y K H S L
Decimal 248 165 80 0 0.33 0.68 0.03 30.36 0.92 0.64
Hex F8 A5 50 0 21 44 3 1E 5C 40
Octal 370 245 120 0 41 104 3 36 134 100
Binary 11111000 10100101 1010000 0 100001 1000100 11 11110 1011100 1000000

Color Harmonies of #F8A550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A550

Black with #F8A550

Text Example


Text Example

White with #F8A550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A550; }

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

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

background-color css

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

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

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

border-color css

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

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

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