Html Css Color HEX #FCBB4B Golden Tainoi

📋 copy color: '#FCBB4B'

red 252 ◦ green 187 ◦ blue 75

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

Shades of Golden Tainoi #FCBB4B

Tints of Golden Tainoi #FCBB4B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.38%

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

R = 49.03%
G = 36.38%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCBB4B (or 0xFCBB4B) is known color: Golden Tainoi. HEX triplet: FC, BB and 4B. RGB value is (252,187,75). Sum of RGB (Red+Green+Blue) = 252+187+75=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 75 (29.69% from 255 or 14.59% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBB4B is #0344B4. Grayscale: #C2C2C2. Windows color (decimal): -214197 or 4963324. OLE color: 4963324.

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

Color convert

RGB 252 187 75 -
CMYK 0 0.26 0.70 0.01
HSL 37.97º 0.97% 0.64% -
HSV(B) 37.97º 0.7% 0.99% -
XYZ 59.19 56.74 14.49 -
YUV 193.67 61.03 169.61 -
System Red Green Blue C M Y K H S L
Decimal 252 187 75 0 0.26 0.70 0.01 37.97 0.97 0.64
Hex FC BB 4B 0 1A 46 1 26 61 40
Octal 374 273 113 0 32 106 1 46 141 100
Binary 11111100 10111011 1001011 0 11010 1000110 1 100110 1100001 1000000

Color Harmonies of #FCBB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBB4B

Black with #FCBB4B

Text Example


Text Example

White with #FCBB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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