Html Css Color HEX #FAB04C My Sin

📋 copy color: '#FAB04C'

red 250 ◦ green 176 ◦ blue 76

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

Shades of My Sin #FAB04C

Tints of My Sin #FAB04C

RGB

 RED value IS 250 (98.05% from 255) = 49.8%

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

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

R = 49.8%
G = 35.06%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FAB04C (or 0xFAB04C) is known color: My Sin. HEX triplet: FA, B0 and 4C. RGB value is (250,176,76). Sum of RGB (Red+Green+Blue) = 250+176+76=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 76 (30.08% from 255 or 15.14% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB04C is #054FB3. Grayscale: #BBBBBB. Windows color (decimal): -348084 or 5026042. OLE color: 5026042.

HSL color Cylindrical-coordinate representation of color #FAB04C: hue angle of 34.48º degrees, saturation: 0.95, 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 #FAB04C is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 176 76 -
CMYK 0 0.30 0.70 0.02
HSL 34.48º 0.95% 0.64% -
HSV(B) 34.48º 0.7% 0.98% -
XYZ 56.25 51.9 13.89 -
YUV 186.73 65.52 173.13 -
System Red Green Blue C M Y K H S L
Decimal 250 176 76 0 0.30 0.70 0.02 34.48 0.95 0.64
Hex FA B0 4C 0 1E 46 2 22 5F 40
Octal 372 260 114 0 36 106 2 42 137 100
Binary 11111010 10110000 1001100 0 11110 1000110 10 100010 1011111 1000000

Color Harmonies of #FAB04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB04C

Black with #FAB04C

Text Example


Text Example

White with #FAB04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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