Html Css Color HEX #F8A040 Sunshade

📋 copy color: '#F8A040'

red 248 ◦ green 160 ◦ blue 64

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

Shades of Sunshade #F8A040

Tints of Sunshade #F8A040

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.9%

 BLUE value IS 64 (25.39% from 255) = 13.56%

R = 52.54%
G = 33.9%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F8A040 (or 0xF8A040) is known color: Sunshade. HEX triplet: F8, A0 and 40. RGB value is (248,160,64). Sum of RGB (Red+Green+Blue) = 248+160+64=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A040 is #075FBF. Grayscale: #AFAFAF. Windows color (decimal): -483264 or 4235512. OLE color: 4235512.

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

Color convert

RGB 248 160 64 -
CMYK 0 0.35 0.74 0.03
HSL 31.3º 0.93% 0.61% -
HSV(B) 31.3º 0.74% 0.97% -
XYZ 52.21 45.47 10.88 -
YUV 175.37 65.15 179.81 -
System Red Green Blue C M Y K H S L
Decimal 248 160 64 0 0.35 0.74 0.03 31.3 0.93 0.61
Hex F8 A0 40 0 23 4A 3 1F 5D 3D
Octal 370 240 100 0 43 112 3 37 135 75
Binary 11111000 10100000 1000000 0 100011 1001010 11 11111 1011101 111101

Color Harmonies of #F8A040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A040

Black with #F8A040

Text Example


Text Example

White with #F8A040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A040; }

 p { color: rgb(248,160,64); }

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

background-color css

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

 a { background-color: rgb(248,160,64); }

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

border-color css

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

 span { border-color: rgb(248,160,64); }

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