Html Css Color HEX #F5AD4B My Sin

📋 copy color: '#F5AD4B'

red 245 ◦ green 173 ◦ blue 75

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

Shades of My Sin #F5AD4B

Tints of My Sin #F5AD4B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.09%

 BLUE value IS 75 (29.69% from 255) = 15.21%

R = 49.7%
G = 35.09%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5AD4B (or 0xF5AD4B) is known color: My Sin. HEX triplet: F5, AD and 4B. RGB value is (245,173,75). Sum of RGB (Red+Green+Blue) = 245+173+75=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AD4B is #0A52B4. Grayscale: #B7B7B7. Windows color (decimal): -676533 or 4959733. OLE color: 4959733.

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

Color convert

RGB 245 173 75 -
CMYK 0 0.29 0.69 0.04
HSL 34.59º 0.89% 0.63% -
HSV(B) 34.59º 0.69% 0.96% -
XYZ 53.87 49.81 13.43 -
YUV 183.36 66.85 171.97 -
System Red Green Blue C M Y K H S L
Decimal 245 173 75 0 0.29 0.69 0.04 34.59 0.89 0.63
Hex F5 AD 4B 0 1D 45 4 23 59 3F
Octal 365 255 113 0 35 105 4 43 131 77
Binary 11110101 10101101 1001011 0 11101 1000101 100 100011 1011001 111111

Color Harmonies of #F5AD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AD4B

Black with #F5AD4B

Text Example


Text Example

White with #F5AD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AD4B; }

 p { color: rgb(245,173,75); }

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

background-color css

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

 a { background-color: rgb(245,173,75); }

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

border-color css

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

 span { border-color: rgb(245,173,75); }

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