Html Css Color HEX #FCBE5A Golden Tainoi

📋 copy color: '#FCBE5A'

red 252 ◦ green 190 ◦ blue 90

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

Shades of Golden Tainoi #FCBE5A

Tints of Golden Tainoi #FCBE5A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.71%

 BLUE value IS 90 (35.55% from 255) = 16.92%

R = 47.37%
G = 35.71%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCBE5A (or 0xFCBE5A) is known color: Golden Tainoi. HEX triplet: FC, BE and 5A. RGB value is (252,190,90). Sum of RGB (Red+Green+Blue) = 252+190+90=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 90 (35.55% from 255 or 16.92% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBE5A is #0341A5. Grayscale: #C5C5C5. Windows color (decimal): -213414 or 5947132. OLE color: 5947132.

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

Color convert

RGB 252 190 90 -
CMYK 0 0.25 0.64 0.01
HSL 37.04º 0.96% 0.67% -
HSV(B) 37.04º 0.64% 0.99% -
XYZ 60.4 58.26 17.73 -
YUV 197.14 67.54 167.13 -
System Red Green Blue C M Y K H S L
Decimal 252 190 90 0 0.25 0.64 0.01 37.04 0.96 0.67
Hex FC BE 5A 0 19 40 1 25 60 43
Octal 374 276 132 0 31 100 1 45 140 103
Binary 11111100 10111110 1011010 0 11001 1000000 1 100101 1100000 1000011

Color Harmonies of #FCBE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE5A

Black with #FCBE5A

Text Example


Text Example

White with #FCBE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE5A; }

 p { color: rgb(252,190,90); }

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

background-color css

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

 a { background-color: rgb(252,190,90); }

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

border-color css

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

 span { border-color: rgb(252,190,90); }

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