Html Css Color HEX #FAB242 My Sin

📋 copy color: '#FAB242'

red 250 ◦ green 178 ◦ blue 66

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

Shades of My Sin #FAB242

Tints of My Sin #FAB242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.36%

R = 50.61%
G = 36.03%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAB242 (or 0xFAB242) is known color: My Sin. HEX triplet: FA, B2 and 42. RGB value is (250,178,66). Sum of RGB (Red+Green+Blue) = 250+178+66=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 66 (26.17% from 255 or 13.36% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB242 is #054DBD. Grayscale: #BBBBBB. Windows color (decimal): -347582 or 4371194. OLE color: 4371194.

HSL color Cylindrical-coordinate representation of color #FAB242: hue angle of 36.52º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FAB242 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 178 66 -
CMYK 0 0.29 0.74 0.02
HSL 36.52º 0.95% 0.62% -
HSV(B) 36.52º 0.74% 0.98% -
XYZ 56.33 52.56 12.33 -
YUV 186.76 59.85 173.11 -
System Red Green Blue C M Y K H S L
Decimal 250 178 66 0 0.29 0.74 0.02 36.52 0.95 0.62
Hex FA B2 42 0 1D 4A 2 25 5F 3E
Octal 372 262 102 0 35 112 2 45 137 76
Binary 11111010 10110010 1000010 0 11101 1001010 10 100101 1011111 111110

Color Harmonies of #FAB242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB242

Black with #FAB242

Text Example


Text Example

White with #FAB242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB242; }

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

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

background-color css

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

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

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

border-color css

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

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

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