Html Css Color HEX #FCB344 My Sin

📋 copy color: '#FCB344'

red 252 ◦ green 179 ◦ blue 68

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

Shades of My Sin #FCB344

Tints of My Sin #FCB344

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.87%

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

R = 50.5%
G = 35.87%
B = 13.63%

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

#FCB344 (or 0xFCB344) is known color: My Sin. HEX triplet: FC, B3 and 44. RGB value is (252,179,68). Sum of RGB (Red+Green+Blue) = 252+179+68=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 68 (26.95% from 255 or 13.63% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB344 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB344 is #034CBB. Grayscale: #BCBCBC. Windows color (decimal): -216252 or 4502524. OLE color: 4502524.

HSL color Cylindrical-coordinate representation of color #FCB344: hue angle of 36.2º 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 #FCB344 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 179 68 -
CMYK 0 0.29 0.73 0.01
HSL 36.2º 0.97% 0.63% -
HSV(B) 36.2º 0.73% 0.99% -
XYZ 57.31 53.35 12.75 -
YUV 188.17 60.18 173.53 -
System Red Green Blue C M Y K H S L
Decimal 252 179 68 0 0.29 0.73 0.01 36.2 0.97 0.63
Hex FC B3 44 0 1D 49 1 24 61 3F
Octal 374 263 104 0 35 111 1 44 141 77
Binary 11111100 10110011 1000100 0 11101 1001001 1 100100 1100001 111111

Color Harmonies of #FCB344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB344

Black with #FCB344

Text Example


Text Example

White with #FCB344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB344; }

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

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

background-color css

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

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

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

border-color css

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

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

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