Html Css Color HEX #FBC55E Golden Tainoi

📋 copy color: '#FBC55E'

red 251 ◦ green 197 ◦ blue 94

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

Shades of Golden Tainoi #FBC55E

Tints of Golden Tainoi #FBC55E

RGB

 RED value IS 251 (98.44% from 255) = 46.31%

 GREEN value IS 197 (77.34% from 255) = 36.35%

 BLUE value IS 94 (37.11% from 255) = 17.34%

R = 46.31%
G = 36.35%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FBC55E (or 0xFBC55E) is known color: Golden Tainoi. HEX triplet: FB, C5 and 5E. RGB value is (251,197,94). Sum of RGB (Red+Green+Blue) = 251+197+94=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 94 (37.11% from 255 or 17.34% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC55E is #043AA1. Grayscale: #C9C9C9. Windows color (decimal): -277154 or 6211067. OLE color: 6211067.

HSL color Cylindrical-coordinate representation of color #FBC55E: hue angle of 39.36º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBC55E is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 197 94 -
CMYK 0 0.22 0.63 0.02
HSL 39.36º 0.95% 0.68% -
HSV(B) 39.36º 0.63% 0.98% -
XYZ 61.77 61.25 19.16 -
YUV 201.4 67.39 163.38 -
System Red Green Blue C M Y K H S L
Decimal 251 197 94 0 0.22 0.63 0.02 39.36 0.95 0.68
Hex FB C5 5E 0 16 3F 2 27 5F 44
Octal 373 305 136 0 26 77 2 47 137 104
Binary 11111011 11000101 1011110 0 10110 111111 10 100111 1011111 1000100

Color Harmonies of #FBC55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC55E

Black with #FBC55E

Text Example


Text Example

White with #FBC55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC55E; }

 p { color: rgb(251,197,94); }

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

background-color css

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

 a { background-color: rgb(251,197,94); }

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

border-color css

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

 span { border-color: rgb(251,197,94); }

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