Html Css Color HEX #FBBC5D Golden Tainoi

📋 copy color: '#FBBC5D'

red 251 ◦ green 188 ◦ blue 93

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

Shades of Golden Tainoi #FBBC5D

Tints of Golden Tainoi #FBBC5D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.34%

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

R = 47.18%
G = 35.34%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FBBC5D (or 0xFBBC5D) is known color: Golden Tainoi. HEX triplet: FB, BC and 5D. RGB value is (251,188,93). Sum of RGB (Red+Green+Blue) = 251+188+93=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBC5D is #0443A2. Grayscale: #C4C4C4. Windows color (decimal): -279459 or 6143227. OLE color: 6143227.

HSL color Cylindrical-coordinate representation of color #FBBC5D: hue angle of 36.08º 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 #FBBC5D is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 188 93 -
CMYK 0 0.25 0.63 0.02
HSL 36.08º 0.95% 0.67% -
HSV(B) 36.08º 0.63% 0.98% -
XYZ 59.74 57.27 18.26 -
YUV 196.01 69.87 167.22 -
System Red Green Blue C M Y K H S L
Decimal 251 188 93 0 0.25 0.63 0.02 36.08 0.95 0.67
Hex FB BC 5D 0 19 3F 2 24 5F 43
Octal 373 274 135 0 31 77 2 44 137 103
Binary 11111011 10111100 1011101 0 11001 111111 10 100100 1011111 1000011

Color Harmonies of #FBBC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBC5D

Black with #FBBC5D

Text Example


Text Example

White with #FBBC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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