Html Css Color HEX #FBBC49 Golden Tainoi

📋 copy color: '#FBBC49'

red 251 ◦ green 188 ◦ blue 73

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

Shades of Golden Tainoi #FBBC49

Tints of Golden Tainoi #FBBC49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.26%

R = 49.02%
G = 36.72%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FBBC49 (or 0xFBBC49) is known color: Golden Tainoi. HEX triplet: FB, BC and 49. RGB value is (251,188,73). Sum of RGB (Red+Green+Blue) = 251+188+73=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 73 (28.91% from 255 or 14.26% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBC49 is #0443B6. Grayscale: #C2C2C2. Windows color (decimal): -279479 or 4832507. OLE color: 4832507.

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

Color convert

RGB 251 188 73 -
CMYK 0 0.25 0.71 0.02
HSL 38.76º 0.96% 0.64% -
HSV(B) 38.76º 0.71% 0.98% -
XYZ 58.97 56.96 14.19 -
YUV 193.73 59.87 168.85 -
System Red Green Blue C M Y K H S L
Decimal 251 188 73 0 0.25 0.71 0.02 38.76 0.96 0.64
Hex FB BC 49 0 19 47 2 27 60 40
Octal 373 274 111 0 31 107 2 47 140 100
Binary 11111011 10111100 1001001 0 11001 1000111 10 100111 1100000 1000000

Color Harmonies of #FBBC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBC49

Black with #FBBC49

Text Example


Text Example

White with #FBBC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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