Html Css Color HEX #F5A84C My Sin

📋 copy color: '#F5A84C'

red 245 ◦ green 168 ◦ blue 76

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

Shades of My Sin #F5A84C

Tints of My Sin #F5A84C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.36%

 BLUE value IS 76 (30.08% from 255) = 15.54%

R = 50.1%
G = 34.36%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5A84C (or 0xF5A84C) is known color: My Sin. HEX triplet: F5, A8 and 4C. RGB value is (245,168,76). Sum of RGB (Red+Green+Blue) = 245+168+76=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 76 (30.08% from 255 or 15.54% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A84C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A84C is #0A57B3. Grayscale: #B4B4B4. Windows color (decimal): -677812 or 5023989. OLE color: 5023989.

HSL color Cylindrical-coordinate representation of color #F5A84C: hue angle of 32.66º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5A84C is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 168 76 -
CMYK 0 0.31 0.69 0.04
HSL 32.66º 0.89% 0.63% -
HSV(B) 32.66º 0.69% 0.96% -
XYZ 52.96 47.94 13.3 -
YUV 180.54 69.01 173.98 -
System Red Green Blue C M Y K H S L
Decimal 245 168 76 0 0.31 0.69 0.04 32.66 0.89 0.63
Hex F5 A8 4C 0 1F 45 4 21 59 3F
Octal 365 250 114 0 37 105 4 41 131 77
Binary 11110101 10101000 1001100 0 11111 1000101 100 100001 1011001 111111

Color Harmonies of #F5A84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A84C

Black with #F5A84C

Text Example


Text Example

White with #F5A84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A84C; }

 p { color: rgb(245,168,76); }

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

background-color css

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

 a { background-color: rgb(245,168,76); }

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

border-color css

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

 span { border-color: rgb(245,168,76); }

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