Html Css Color HEX #F9A84B My Sin

📋 copy color: '#F9A84B'

red 249 ◦ green 168 ◦ blue 75

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

Shades of My Sin #F9A84B

Tints of My Sin #F9A84B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.15%

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

R = 50.61%
G = 34.15%
B = 15.24%

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

#F9A84B (or 0xF9A84B) is known color: My Sin. HEX triplet: F9, A8 and 4B. RGB value is (249,168,75). Sum of RGB (Red+Green+Blue) = 249+168+75=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A84B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A84B is #0657B4. Grayscale: #B6B6B6. Windows color (decimal): -415669 or 4958457. OLE color: 4958457.

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

Color convert

RGB 249 168 75 -
CMYK 0 0.33 0.70 0.02
HSL 32.07º 0.94% 0.64% -
HSV(B) 32.07º 0.7% 0.98% -
XYZ 54.34 48.65 13.18 -
YUV 181.62 67.84 176.06 -
System Red Green Blue C M Y K H S L
Decimal 249 168 75 0 0.33 0.70 0.02 32.07 0.94 0.64
Hex F9 A8 4B 0 21 46 2 20 5E 40
Octal 371 250 113 0 41 106 2 40 136 100
Binary 11111001 10101000 1001011 0 100001 1000110 10 100000 1011110 1000000

Color Harmonies of #F9A84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A84B

Black with #F9A84B

Text Example


Text Example

White with #F9A84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A84B; }

 p { color: rgb(249,168,75); }

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

background-color css

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

 a { background-color: rgb(249,168,75); }

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

border-color css

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

 span { border-color: rgb(249,168,75); }

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