Html Css Color HEX #F5A146 Sunshade

📋 copy color: '#F5A146'

red 245 ◦ green 161 ◦ blue 70

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

Shades of Sunshade #F5A146

Tints of Sunshade #F5A146

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.82%

 BLUE value IS 70 (27.73% from 255) = 14.71%

R = 51.47%
G = 33.82%
B = 14.71%

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

#F5A146 (or 0xF5A146) is known color: Sunshade. HEX triplet: F5, A1 and 46. RGB value is (245,161,70). Sum of RGB (Red+Green+Blue) = 245+161+70=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 70 (27.73% from 255 or 14.71% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A146 is #0A5EB9. Grayscale: #B0B0B0. Windows color (decimal): -679610 or 4628981. OLE color: 4628981.

HSL color Cylindrical-coordinate representation of color #F5A146: hue angle of 31.2º 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 #F5A146 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 161 70 -
CMYK 0 0.34 0.71 0.04
HSL 31.2º 0.9% 0.62% -
HSV(B) 31.2º 0.71% 0.96% -
XYZ 51.51 45.34 11.83 -
YUV 175.74 68.33 177.4 -
System Red Green Blue C M Y K H S L
Decimal 245 161 70 0 0.34 0.71 0.04 31.2 0.9 0.62
Hex F5 A1 46 0 22 47 4 1F 5A 3E
Octal 365 241 106 0 42 107 4 37 132 76
Binary 11110101 10100001 1000110 0 100010 1000111 100 11111 1011010 111110

Color Harmonies of #F5A146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A146

Black with #F5A146

Text Example


Text Example

White with #F5A146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A146; }

 p { color: rgb(245,161,70); }

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

background-color css

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

 a { background-color: rgb(245,161,70); }

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

border-color css

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

 span { border-color: rgb(245,161,70); }

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