Html Css Color HEX #FAB04A My Sin

📋 copy color: '#FAB04A'

red 250 ◦ green 176 ◦ blue 74

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

Shades of My Sin #FAB04A

Tints of My Sin #FAB04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.8%

R = 50%
G = 35.2%
B = 14.8%

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

#FAB04A (or 0xFAB04A) is known color: My Sin. HEX triplet: FA, B0 and 4A. RGB value is (250,176,74). Sum of RGB (Red+Green+Blue) = 250+176+74=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB04A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB04A is #054FB5. Grayscale: #BABABA. Windows color (decimal): -348086 or 4894970. OLE color: 4894970.

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

Color convert

RGB 250 176 74 -
CMYK 0 0.30 0.70 0.02
HSL 34.77º 0.95% 0.64% -
HSV(B) 34.77º 0.7% 0.98% -
XYZ 56.19 51.87 13.53 -
YUV 186.5 64.52 173.29 -
System Red Green Blue C M Y K H S L
Decimal 250 176 74 0 0.30 0.70 0.02 34.77 0.95 0.64
Hex FA B0 4A 0 1E 46 2 23 5F 40
Octal 372 260 112 0 36 106 2 43 137 100
Binary 11111010 10110000 1001010 0 11110 1000110 10 100011 1011111 1000000

Color Harmonies of #FAB04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB04A

Black with #FAB04A

Text Example


Text Example

White with #FAB04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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