Html Css Color HEX #FCBE44 Golden Tainoi

📋 copy color: '#FCBE44'

red 252 ◦ green 190 ◦ blue 68

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

Shades of Golden Tainoi #FCBE44

Tints of Golden Tainoi #FCBE44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.33%

R = 49.41%
G = 37.25%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCBE44 (or 0xFCBE44) is known color: Golden Tainoi. HEX triplet: FC, BE and 44. RGB value is (252,190,68). Sum of RGB (Red+Green+Blue) = 252+190+68=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 68 (26.95% from 255 or 13.33% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBE44 is #0341BB. Grayscale: #C3C3C3. Windows color (decimal): -213436 or 4505340. OLE color: 4505340.

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

Color convert

RGB 252 190 68 -
CMYK 0 0.25 0.73 0.01
HSL 39.78º 0.97% 0.63% -
HSV(B) 39.78º 0.73% 0.99% -
XYZ 59.6 57.94 13.51 -
YUV 194.63 56.54 168.92 -
System Red Green Blue C M Y K H S L
Decimal 252 190 68 0 0.25 0.73 0.01 39.78 0.97 0.63
Hex FC BE 44 0 19 49 1 28 61 3F
Octal 374 276 104 0 31 111 1 50 141 77
Binary 11111100 10111110 1000100 0 11001 1001001 1 101000 1100001 111111

Color Harmonies of #FCBE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE44

Black with #FCBE44

Text Example


Text Example

White with #FCBE44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE44; }

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

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

background-color css

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

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

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

border-color css

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

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

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