Html Css Color HEX #FAB24A My Sin

📋 copy color: '#FAB24A'

red 250 ◦ green 178 ◦ blue 74

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

Shades of My Sin #FAB24A

Tints of My Sin #FAB24A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.46%

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

R = 49.8%
G = 35.46%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FAB24A (or 0xFAB24A) is known color: My Sin. HEX triplet: FA, B2 and 4A. RGB value is (250,178,74). Sum of RGB (Red+Green+Blue) = 250+178+74=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 74 (29.30% from 255 or 14.74% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB24A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB24A is #054DB5. Grayscale: #BCBCBC. Windows color (decimal): -347574 or 4895482. OLE color: 4895482.

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

Color convert

RGB 250 178 74 -
CMYK 0 0.29 0.70 0.02
HSL 35.45º 0.95% 0.64% -
HSV(B) 35.45º 0.7% 0.98% -
XYZ 56.58 52.66 13.66 -
YUV 187.67 63.85 172.46 -
System Red Green Blue C M Y K H S L
Decimal 250 178 74 0 0.29 0.70 0.02 35.45 0.95 0.64
Hex FA B2 4A 0 1D 46 2 23 5F 40
Octal 372 262 112 0 35 106 2 43 137 100
Binary 11111010 10110010 1001010 0 11101 1000110 10 100011 1011111 1000000

Color Harmonies of #FAB24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB24A

Black with #FAB24A

Text Example


Text Example

White with #FAB24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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