Html Css Color HEX #FAB748 My Sin

📋 copy color: '#FAB748'

red 250 ◦ green 183 ◦ blue 72

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

Shades of My Sin #FAB748

Tints of My Sin #FAB748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.26%

R = 49.5%
G = 36.24%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAB748 (or 0xFAB748) is known color: My Sin. HEX triplet: FA, B7 and 48. RGB value is (250,183,72). Sum of RGB (Red+Green+Blue) = 250+183+72=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB748 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB748 is #0548B7. Grayscale: #BEBEBE. Windows color (decimal): -346296 or 4765690. OLE color: 4765690.

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

Color convert

RGB 250 183 72 -
CMYK 0 0.27 0.71 0.02
HSL 37.42º 0.95% 0.63% -
HSV(B) 37.42º 0.71% 0.98% -
XYZ 57.53 54.66 13.65 -
YUV 190.38 61.2 170.53 -
System Red Green Blue C M Y K H S L
Decimal 250 183 72 0 0.27 0.71 0.02 37.42 0.95 0.63
Hex FA B7 48 0 1B 47 2 25 5F 3F
Octal 372 267 110 0 33 107 2 45 137 77
Binary 11111010 10110111 1001000 0 11011 1000111 10 100101 1011111 111111

Color Harmonies of #FAB748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB748

Black with #FAB748

Text Example


Text Example

White with #FAB748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB748; }

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

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

background-color css

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

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

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

border-color css

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

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

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