Html Css Color HEX #FAB848 My Sin

📋 copy color: '#FAB848'

red 250 ◦ green 184 ◦ blue 72

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

Shades of My Sin #FAB848

Tints of My Sin #FAB848

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.36%

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

R = 49.41%
G = 36.36%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAB848 (or 0xFAB848) is known color: My Sin. HEX triplet: FA, B8 and 48. RGB value is (250,184,72). Sum of RGB (Red+Green+Blue) = 250+184+72=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 72 (28.52% from 255 or 14.23% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB848 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB848 is #0547B7. Grayscale: #BFBFBF. Windows color (decimal): -346040 or 4765946. OLE color: 4765946.

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

Color convert

RGB 250 184 72 -
CMYK 0 0.26 0.71 0.02
HSL 37.75º 0.95% 0.63% -
HSV(B) 37.75º 0.71% 0.98% -
XYZ 57.73 55.07 13.72 -
YUV 190.97 60.87 170.11 -
System Red Green Blue C M Y K H S L
Decimal 250 184 72 0 0.26 0.71 0.02 37.75 0.95 0.63
Hex FA B8 48 0 1A 47 2 26 5F 3F
Octal 372 270 110 0 32 107 2 46 137 77
Binary 11111010 10111000 1001000 0 11010 1000111 10 100110 1011111 111111

Color Harmonies of #FAB848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB848

Black with #FAB848

Text Example


Text Example

White with #FAB848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB848; }

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

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

background-color css

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

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

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

border-color css

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

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

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