Html Css Color HEX #F9AB4C My Sin

📋 copy color: '#F9AB4C'

red 249 ◦ green 171 ◦ blue 76

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

Shades of My Sin #F9AB4C

Tints of My Sin #F9AB4C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.48%

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

R = 50.2%
G = 34.48%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F9AB4C (or 0xF9AB4C) is known color: My Sin. HEX triplet: F9, AB and 4C. RGB value is (249,171,76). Sum of RGB (Red+Green+Blue) = 249+171+76=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 76 (30.08% from 255 or 15.32% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AB4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AB4C is #0654B3. Grayscale: #B7B7B7. Windows color (decimal): -414900 or 5024761. OLE color: 5024761.

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

Color convert

RGB 249 171 76 -
CMYK 0 0.31 0.69 0.02
HSL 32.95º 0.94% 0.64% -
HSV(B) 32.95º 0.69% 0.98% -
XYZ 54.93 49.79 13.55 -
YUV 183.49 67.34 174.72 -
System Red Green Blue C M Y K H S L
Decimal 249 171 76 0 0.31 0.69 0.02 32.95 0.94 0.64
Hex F9 AB 4C 0 1F 45 2 21 5E 40
Octal 371 253 114 0 37 105 2 41 136 100
Binary 11111001 10101011 1001100 0 11111 1000101 10 100001 1011110 1000000

Color Harmonies of #F9AB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AB4C

Black with #F9AB4C

Text Example


Text Example

White with #F9AB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AB4C; }

 p { color: rgb(249,171,76); }

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

background-color css

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

 a { background-color: rgb(249,171,76); }

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

border-color css

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

 span { border-color: rgb(249,171,76); }

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