Html Css Color HEX #FCBC4B Golden Tainoi

📋 copy color: '#FCBC4B'

red 252 ◦ green 188 ◦ blue 75

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

Shades of Golden Tainoi #FCBC4B

Tints of Golden Tainoi #FCBC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.56%

R = 48.93%
G = 36.5%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCBC4B (or 0xFCBC4B) is known color: Golden Tainoi. HEX triplet: FC, BC and 4B. RGB value is (252,188,75). Sum of RGB (Red+Green+Blue) = 252+188+75=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 75 (29.69% from 255 or 14.56% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC4B is #0343B4. Grayscale: #C2C2C2. Windows color (decimal): -213941 or 4963580. OLE color: 4963580.

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

Color convert

RGB 252 188 75 -
CMYK 0 0.25 0.70 0.01
HSL 38.31º 0.97% 0.64% -
HSV(B) 38.31º 0.7% 0.99% -
XYZ 59.4 57.17 14.56 -
YUV 194.25 60.7 169.19 -
System Red Green Blue C M Y K H S L
Decimal 252 188 75 0 0.25 0.70 0.01 38.31 0.97 0.64
Hex FC BC 4B 0 19 46 1 26 61 40
Octal 374 274 113 0 31 106 1 46 141 100
Binary 11111100 10111100 1001011 0 11001 1000110 1 100110 1100001 1000000

Color Harmonies of #FCBC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC4B

Black with #FCBC4B

Text Example


Text Example

White with #FCBC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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