Html Css Color HEX #FCB444 My Sin

📋 copy color: '#FCB444'

red 252 ◦ green 180 ◦ blue 68

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

Shades of My Sin #FCB444

Tints of My Sin #FCB444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.6%

R = 50.4%
G = 36%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCB444 (or 0xFCB444) is known color: My Sin. HEX triplet: FC, B4 and 44. RGB value is (252,180,68). Sum of RGB (Red+Green+Blue) = 252+180+68=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 68 (26.95% from 255 or 13.6% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB444 is #034BBB. Grayscale: #BDBDBD. Windows color (decimal): -215996 or 4502780. OLE color: 4502780.

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

Color convert

RGB 252 180 68 -
CMYK 0 0.29 0.73 0.01
HSL 36.52º 0.97% 0.63% -
HSV(B) 36.52º 0.73% 0.99% -
XYZ 57.51 53.76 12.81 -
YUV 188.76 59.85 173.11 -
System Red Green Blue C M Y K H S L
Decimal 252 180 68 0 0.29 0.73 0.01 36.52 0.97 0.63
Hex FC B4 44 0 1D 49 1 25 61 3F
Octal 374 264 104 0 35 111 1 45 141 77
Binary 11111100 10110100 1000100 0 11101 1001001 1 100101 1100001 111111

Color Harmonies of #FCB444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB444

Black with #FCB444

Text Example


Text Example

White with #FCB444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB444; }

 p { color: rgb(252,180,68); }

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

background-color css

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

 a { background-color: rgb(252,180,68); }

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

border-color css

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

 span { border-color: rgb(252,180,68); }

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