Html Css Color HEX #FAB442 My Sin

📋 copy color: '#FAB442'

red 250 ◦ green 180 ◦ blue 66

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

Shades of My Sin #FAB442

Tints of My Sin #FAB442

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.29%

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

R = 50.4%
G = 36.29%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAB442 (or 0xFAB442) is known color: My Sin. HEX triplet: FA, B4 and 42. RGB value is (250,180,66). Sum of RGB (Red+Green+Blue) = 250+180+66=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 66 (26.17% from 255 or 13.31% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB442 is #054BBD. Grayscale: #BCBCBC. Windows color (decimal): -347070 or 4371706. OLE color: 4371706.

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

Color convert

RGB 250 180 66 -
CMYK 0 0.28 0.74 0.02
HSL 37.17º 0.95% 0.62% -
HSV(B) 37.17º 0.74% 0.98% -
XYZ 56.73 53.36 12.46 -
YUV 187.93 59.19 172.27 -
System Red Green Blue C M Y K H S L
Decimal 250 180 66 0 0.28 0.74 0.02 37.17 0.95 0.62
Hex FA B4 42 0 1C 4A 2 25 5F 3E
Octal 372 264 102 0 34 112 2 45 137 76
Binary 11111010 10110100 1000010 0 11100 1001010 10 100101 1011111 111110

Color Harmonies of #FAB442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB442

Black with #FAB442

Text Example


Text Example

White with #FAB442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB442; }

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

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

background-color css

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

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

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

border-color css

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

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

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