Html Css Color HEX #FAB742 My Sin

📋 copy color: '#FAB742'

red 250 ◦ green 183 ◦ blue 66

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

Shades of My Sin #FAB742

Tints of My Sin #FAB742

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.67%

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

R = 50.1%
G = 36.67%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAB742 (or 0xFAB742) is known color: My Sin. HEX triplet: FA, B7 and 42. RGB value is (250,183,66). Sum of RGB (Red+Green+Blue) = 250+183+66=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 66 (26.17% from 255 or 13.23% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB742 is #0548BD. Grayscale: #BEBEBE. Windows color (decimal): -346302 or 4372474. OLE color: 4372474.

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

Color convert

RGB 250 183 66 -
CMYK 0 0.27 0.74 0.02
HSL 38.15º 0.95% 0.62% -
HSV(B) 38.15º 0.74% 0.98% -
XYZ 57.34 54.58 12.67 -
YUV 189.7 58.2 171.01 -
System Red Green Blue C M Y K H S L
Decimal 250 183 66 0 0.27 0.74 0.02 38.15 0.95 0.62
Hex FA B7 42 0 1B 4A 2 26 5F 3E
Octal 372 267 102 0 33 112 2 46 137 76
Binary 11111010 10110111 1000010 0 11011 1001010 10 100110 1011111 111110

Color Harmonies of #FAB742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB742

Black with #FAB742

Text Example


Text Example

White with #FAB742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB742; }

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

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

background-color css

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

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

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

border-color css

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

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

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