Html Css Color HEX #F5A248 Sunshade

📋 copy color: '#F5A248'

red 245 ◦ green 162 ◦ blue 72

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

Shades of Sunshade #F5A248

Tints of Sunshade #F5A248

RGB

 RED value IS 245 (96.09% from 255) = 51.15%

 GREEN value IS 162 (63.67% from 255) = 33.82%

 BLUE value IS 72 (28.52% from 255) = 15.03%

R = 51.15%
G = 33.82%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F5A248 (or 0xF5A248) is known color: Sunshade. HEX triplet: F5, A2 and 48. RGB value is (245,162,72). Sum of RGB (Red+Green+Blue) = 245+162+72=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 72 (28.52% from 255 or 15.03% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A248 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A248 is #0A5DB7. Grayscale: #B0B0B0. Windows color (decimal): -679352 or 4760309. OLE color: 4760309.

HSL color Cylindrical-coordinate representation of color #F5A248: hue angle of 31.21º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5A248 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 162 72 -
CMYK 0 0.34 0.71 0.04
HSL 31.21º 0.9% 0.62% -
HSV(B) 31.21º 0.71% 0.96% -
XYZ 51.75 45.72 12.23 -
YUV 176.56 69 176.82 -
System Red Green Blue C M Y K H S L
Decimal 245 162 72 0 0.34 0.71 0.04 31.21 0.9 0.62
Hex F5 A2 48 0 22 47 4 1F 5A 3E
Octal 365 242 110 0 42 107 4 37 132 76
Binary 11110101 10100010 1001000 0 100010 1000111 100 11111 1011010 111110

Color Harmonies of #F5A248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A248

Black with #F5A248

Text Example


Text Example

White with #F5A248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A248; }

 p { color: rgb(245,162,72); }

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

background-color css

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

 a { background-color: rgb(245,162,72); }

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

border-color css

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

 span { border-color: rgb(245,162,72); }

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