Html Css Color HEX #FCB748 My Sin

📋 copy color: '#FCB748'

red 252 ◦ green 183 ◦ blue 72

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

Shades of My Sin #FCB748

Tints of My Sin #FCB748

RGB

 RED value IS 252 (98.83% from 255) = 49.7%

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

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

R = 49.7%
G = 36.09%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCB748 (or 0xFCB748) is known color: My Sin. HEX triplet: FC, B7 and 48. RGB value is (252,183,72). Sum of RGB (Red+Green+Blue) = 252+183+72=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 72 (28.52% from 255 or 14.20% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB748 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB748 is #0348B7. Grayscale: #BFBFBF. Windows color (decimal): -215224 or 4765692. OLE color: 4765692.

HSL color Cylindrical-coordinate representation of color #FCB748: hue angle of 37º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCB748 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 183 72 -
CMYK 0 0.27 0.71 0.01
HSL 37º 0.97% 0.64% -
HSV(B) 37º 0.71% 0.99% -
XYZ 58.25 55.03 13.68 -
YUV 190.98 60.86 171.53 -
System Red Green Blue C M Y K H S L
Decimal 252 183 72 0 0.27 0.71 0.01 37 0.97 0.64
Hex FC B7 48 0 1B 47 1 25 61 40
Octal 374 267 110 0 33 107 1 45 141 100
Binary 11111100 10110111 1001000 0 11011 1000111 1 100101 1100001 1000000

Color Harmonies of #FCB748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB748

Black with #FCB748

Text Example


Text Example

White with #FCB748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB748; }

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

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

background-color css

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

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

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

border-color css

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

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

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