Html Css Color HEX #FAB34A My Sin

📋 copy color: '#FAB34A'

red 250 ◦ green 179 ◦ blue 74

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

Shades of My Sin #FAB34A

Tints of My Sin #FAB34A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.59%

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

R = 49.7%
G = 35.59%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FAB34A (or 0xFAB34A) is known color: My Sin. HEX triplet: FA, B3 and 4A. RGB value is (250,179,74). Sum of RGB (Red+Green+Blue) = 250+179+74=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB34A is #054CB5. Grayscale: #BCBCBC. Windows color (decimal): -347318 or 4895738. OLE color: 4895738.

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

Color convert

RGB 250 179 74 -
CMYK 0 0.28 0.70 0.02
HSL 35.8º 0.95% 0.64% -
HSV(B) 35.8º 0.7% 0.98% -
XYZ 56.78 53.06 13.73 -
YUV 188.26 63.52 172.04 -
System Red Green Blue C M Y K H S L
Decimal 250 179 74 0 0.28 0.70 0.02 35.8 0.95 0.64
Hex FA B3 4A 0 1C 46 2 24 5F 40
Octal 372 263 112 0 34 106 2 44 137 100
Binary 11111010 10110011 1001010 0 11100 1000110 10 100100 1011111 1000000

Color Harmonies of #FAB34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB34A

Black with #FAB34A

Text Example


Text Example

White with #FAB34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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