Html Css Color HEX #FBC55D Golden Tainoi

📋 copy color: '#FBC55D'

red 251 ◦ green 197 ◦ blue 93

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

Shades of Golden Tainoi #FBC55D

Tints of Golden Tainoi #FBC55D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.19%

R = 46.4%
G = 36.41%
B = 17.19%

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

#FBC55D (or 0xFBC55D) is known color: Golden Tainoi. HEX triplet: FB, C5 and 5D. RGB value is (251,197,93). Sum of RGB (Red+Green+Blue) = 251+197+93=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 93 (36.72% from 255 or 17.19% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC55D is #043AA2. Grayscale: #C9C9C9. Windows color (decimal): -277155 or 6145531. OLE color: 6145531.

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

Color convert

RGB 251 197 93 -
CMYK 0 0.22 0.63 0.02
HSL 39.49º 0.95% 0.67% -
HSV(B) 39.49º 0.63% 0.98% -
XYZ 61.73 61.23 18.92 -
YUV 201.29 66.89 163.46 -
System Red Green Blue C M Y K H S L
Decimal 251 197 93 0 0.22 0.63 0.02 39.49 0.95 0.67
Hex FB C5 5D 0 16 3F 2 27 5F 43
Octal 373 305 135 0 26 77 2 47 137 103
Binary 11111011 11000101 1011101 0 10110 111111 10 100111 1011111 1000011

Color Harmonies of #FBC55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC55D

Black with #FBC55D

Text Example


Text Example

White with #FBC55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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