Html Css Color HEX #FCB04A My Sin

📋 copy color: '#FCB04A'

red 252 ◦ green 176 ◦ blue 74

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

Shades of My Sin #FCB04A

Tints of My Sin #FCB04A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.06%

 BLUE value IS 74 (29.3% from 255) = 14.74%

R = 50.2%
G = 35.06%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCB04A (or 0xFCB04A) is known color: My Sin. HEX triplet: FC, B0 and 4A. RGB value is (252,176,74). Sum of RGB (Red+Green+Blue) = 252+176+74=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 74 (29.30% from 255 or 14.74% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB04A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB04A is #034FB5. Grayscale: #BBBBBB. Windows color (decimal): -217014 or 4894972. OLE color: 4894972.

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

Color convert

RGB 252 176 74 -
CMYK 0 0.30 0.71 0.01
HSL 34.38º 0.97% 0.64% -
HSV(B) 34.38º 0.71% 0.99% -
XYZ 56.91 52.24 13.56 -
YUV 187.1 64.18 174.29 -
System Red Green Blue C M Y K H S L
Decimal 252 176 74 0 0.30 0.71 0.01 34.38 0.97 0.64
Hex FC B0 4A 0 1E 47 1 22 61 40
Octal 374 260 112 0 36 107 1 42 141 100
Binary 11111100 10110000 1001010 0 11110 1000111 1 100010 1100001 1000000

Color Harmonies of #FCB04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB04A

Black with #FCB04A

Text Example


Text Example

White with #FCB04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB04A; }

 p { color: rgb(252,176,74); }

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

background-color css

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

 a { background-color: rgb(252,176,74); }

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

border-color css

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

 span { border-color: rgb(252,176,74); }

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