Html Css Color HEX #F9B04C My Sin

📋 copy color: '#F9B04C'

red 249 ◦ green 176 ◦ blue 76

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

Shades of My Sin #F9B04C

Tints of My Sin #F9B04C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.13%

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

R = 49.7%
G = 35.13%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F9B04C (or 0xF9B04C) is known color: My Sin. HEX triplet: F9, B0 and 4C. RGB value is (249,176,76). Sum of RGB (Red+Green+Blue) = 249+176+76=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 76 (30.08% from 255 or 15.17% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9B04C is #064FB3. Grayscale: #BABABA. Windows color (decimal): -413620 or 5026041. OLE color: 5026041.

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

Color convert

RGB 249 176 76 -
CMYK 0 0.29 0.69 0.02
HSL 34.68º 0.94% 0.64% -
HSV(B) 34.68º 0.69% 0.98% -
XYZ 55.9 51.71 13.87 -
YUV 186.43 65.68 172.63 -
System Red Green Blue C M Y K H S L
Decimal 249 176 76 0 0.29 0.69 0.02 34.68 0.94 0.64
Hex F9 B0 4C 0 1D 45 2 23 5E 40
Octal 371 260 114 0 35 105 2 43 136 100
Binary 11111001 10110000 1001100 0 11101 1000101 10 100011 1011110 1000000

Color Harmonies of #F9B04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B04C

Black with #F9B04C

Text Example


Text Example

White with #F9B04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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