Html Css Color HEX #F9A74A My Sin

📋 copy color: '#F9A74A'

red 249 ◦ green 167 ◦ blue 74

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

Shades of My Sin #F9A74A

Tints of My Sin #F9A74A

RGB

 RED value IS 249 (97.66% from 255) = 50.82%

 GREEN value IS 167 (65.63% from 255) = 34.08%

 BLUE value IS 74 (29.3% from 255) = 15.1%

R = 50.82%
G = 34.08%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9A74A (or 0xF9A74A) is known color: My Sin. HEX triplet: F9, A7 and 4A. RGB value is (249,167,74). Sum of RGB (Red+Green+Blue) = 249+167+74=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A74A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A74A is #0658B5. Grayscale: #B5B5B5. Windows color (decimal): -415926 or 4892665. OLE color: 4892665.

HSL color Cylindrical-coordinate representation of color #F9A74A: hue angle of 31.89º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9A74A is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 167 74 -
CMYK 0 0.33 0.70 0.02
HSL 31.89º 0.94% 0.63% -
HSV(B) 31.89º 0.7% 0.98% -
XYZ 54.12 48.27 12.94 -
YUV 180.92 67.67 176.56 -
System Red Green Blue C M Y K H S L
Decimal 249 167 74 0 0.33 0.70 0.02 31.89 0.94 0.63
Hex F9 A7 4A 0 21 46 2 20 5E 3F
Octal 371 247 112 0 41 106 2 40 136 77
Binary 11111001 10100111 1001010 0 100001 1000110 10 100000 1011110 111111

Color Harmonies of #F9A74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A74A

Black with #F9A74A

Text Example


Text Example

White with #F9A74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A74A; }

 p { color: rgb(249,167,74); }

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

background-color css

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

 a { background-color: rgb(249,167,74); }

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

border-color css

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

 span { border-color: rgb(249,167,74); }

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