Html Css Color HEX #FCBD4D Golden Tainoi

📋 copy color: '#FCBD4D'

red 252 ◦ green 189 ◦ blue 77

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

Shades of Golden Tainoi #FCBD4D

Tints of Golden Tainoi #FCBD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.86%

R = 48.65%
G = 36.49%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCBD4D (or 0xFCBD4D) is known color: Golden Tainoi. HEX triplet: FC, BD and 4D. RGB value is (252,189,77). Sum of RGB (Red+Green+Blue) = 252+189+77=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 77 (30.47% from 255 or 14.86% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBD4D is #0342B2. Grayscale: #C3C3C3. Windows color (decimal): -213683 or 5094908. OLE color: 5094908.

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

Color convert

RGB 252 189 77 -
CMYK 0 0.25 0.69 0.01
HSL 38.4º 0.97% 0.65% -
HSV(B) 38.4º 0.69% 0.99% -
XYZ 59.68 57.63 15 -
YUV 195.07 61.37 168.61 -
System Red Green Blue C M Y K H S L
Decimal 252 189 77 0 0.25 0.69 0.01 38.4 0.97 0.65
Hex FC BD 4D 0 19 45 1 26 61 41
Octal 374 275 115 0 31 105 1 46 141 101
Binary 11111100 10111101 1001101 0 11001 1000101 1 100110 1100001 1000001

Color Harmonies of #FCBD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD4D

Black with #FCBD4D

Text Example


Text Example

White with #FCBD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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