Html Css Color HEX #FCBB4A Golden Tainoi

📋 copy color: '#FCBB4A'

red 252 ◦ green 187 ◦ blue 74

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

Shades of Golden Tainoi #FCBB4A

Tints of Golden Tainoi #FCBB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.42%

R = 49.12%
G = 36.45%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCBB4A (or 0xFCBB4A) is known color: Golden Tainoi. HEX triplet: FC, BB and 4A. RGB value is (252,187,74). Sum of RGB (Red+Green+Blue) = 252+187+74=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 74 (29.30% from 255 or 14.42% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBB4A is #0344B5. Grayscale: #C2C2C2. Windows color (decimal): -214198 or 4897788. OLE color: 4897788.

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

Color convert

RGB 252 187 74 -
CMYK 0 0.26 0.71 0.01
HSL 38.09º 0.97% 0.64% -
HSV(B) 38.09º 0.71% 0.99% -
XYZ 59.15 56.73 14.31 -
YUV 193.55 60.53 169.69 -
System Red Green Blue C M Y K H S L
Decimal 252 187 74 0 0.26 0.71 0.01 38.09 0.97 0.64
Hex FC BB 4A 0 1A 47 1 26 61 40
Octal 374 273 112 0 32 107 1 46 141 100
Binary 11111100 10111011 1001010 0 11010 1000111 1 100110 1100001 1000000

Color Harmonies of #FCBB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBB4A

Black with #FCBB4A

Text Example


Text Example

White with #FCBB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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