Html Css Color HEX #FCBD52 Golden Tainoi

📋 copy color: '#FCBD52'

red 252 ◦ green 189 ◦ blue 82

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

Shades of Golden Tainoi #FCBD52

Tints of Golden Tainoi #FCBD52

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.14%

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

R = 48.18%
G = 36.14%
B = 15.68%

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

#FCBD52 (or 0xFCBD52) is known color: Golden Tainoi. HEX triplet: FC, BD and 52. RGB value is (252,189,82). Sum of RGB (Red+Green+Blue) = 252+189+82=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 82 (32.42% from 255 or 15.68% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBD52 is #0342AD. Grayscale: #C4C4C4. Windows color (decimal): -213678 or 5422588. OLE color: 5422588.

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

Color convert

RGB 252 189 82 -
CMYK 0 0.25 0.67 0.01
HSL 37.76º 0.97% 0.65% -
HSV(B) 37.76º 0.67% 0.99% -
XYZ 59.87 57.7 15.96 -
YUV 195.64 63.87 168.2 -
System Red Green Blue C M Y K H S L
Decimal 252 189 82 0 0.25 0.67 0.01 37.76 0.97 0.65
Hex FC BD 52 0 19 43 1 26 61 41
Octal 374 275 122 0 31 103 1 46 141 101
Binary 11111100 10111101 1010010 0 11001 1000011 1 100110 1100001 1000001

Color Harmonies of #FCBD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD52

Black with #FCBD52

Text Example


Text Example

White with #FCBD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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