Html Css Color HEX #FCBC52 Golden Tainoi

📋 copy color: '#FCBC52'

red 252 ◦ green 188 ◦ blue 82

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

Shades of Golden Tainoi #FCBC52

Tints of Golden Tainoi #FCBC52

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.02%

 BLUE value IS 82 (32.42% from 255) = 15.71%

R = 48.28%
G = 36.02%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCBC52 (or 0xFCBC52) is known color: Golden Tainoi. HEX triplet: FC, BC and 52. RGB value is (252,188,82). Sum of RGB (Red+Green+Blue) = 252+188+82=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 82 (32.42% from 255 or 15.71% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBC52 is #0343AD. Grayscale: #C3C3C3. Windows color (decimal): -213934 or 5422332. OLE color: 5422332.

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

Color convert

RGB 252 188 82 -
CMYK 0 0.25 0.67 0.01
HSL 37.41º 0.97% 0.65% -
HSV(B) 37.41º 0.67% 0.99% -
XYZ 59.65 57.27 15.89 -
YUV 195.05 64.2 168.62 -
System Red Green Blue C M Y K H S L
Decimal 252 188 82 0 0.25 0.67 0.01 37.41 0.97 0.65
Hex FC BC 52 0 19 43 1 25 61 41
Octal 374 274 122 0 31 103 1 45 141 101
Binary 11111100 10111100 1010010 0 11001 1000011 1 100101 1100001 1000001

Color Harmonies of #FCBC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC52

Black with #FCBC52

Text Example


Text Example

White with #FCBC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC52; }

 p { color: rgb(252,188,82); }

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

background-color css

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

 a { background-color: rgb(252,188,82); }

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

border-color css

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

 span { border-color: rgb(252,188,82); }

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