Html Css Color HEX #F9A942 My Sin

📋 copy color: '#F9A942'

red 249 ◦ green 169 ◦ blue 66

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

Shades of My Sin #F9A942

Tints of My Sin #F9A942

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.92%

 BLUE value IS 66 (26.17% from 255) = 13.64%

R = 51.45%
G = 34.92%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F9A942 (or 0xF9A942) is known color: My Sin. HEX triplet: F9, A9 and 42. RGB value is (249,169,66). Sum of RGB (Red+Green+Blue) = 249+169+66=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 66 (26.17% from 255 or 13.64% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A942 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A942 is #0656BD. Grayscale: #B5B5B5. Windows color (decimal): -415422 or 4368889. OLE color: 4368889.

HSL color Cylindrical-coordinate representation of color #F9A942: hue angle of 33.77º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F9A942 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 169 66 -
CMYK 0 0.32 0.73 0.02
HSL 33.77º 0.94% 0.62% -
HSV(B) 33.77º 0.73% 0.98% -
XYZ 54.24 48.91 11.74 -
YUV 181.18 63 176.38 -
System Red Green Blue C M Y K H S L
Decimal 249 169 66 0 0.32 0.73 0.02 33.77 0.94 0.62
Hex F9 A9 42 0 20 49 2 22 5E 3E
Octal 371 251 102 0 40 111 2 42 136 76
Binary 11111001 10101001 1000010 0 100000 1001001 10 100010 1011110 111110

Color Harmonies of #F9A942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A942

Black with #F9A942

Text Example


Text Example

White with #F9A942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A942; }

 p { color: rgb(249,169,66); }

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

background-color css

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

 a { background-color: rgb(249,169,66); }

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

border-color css

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

 span { border-color: rgb(249,169,66); }

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