Html Css Color HEX #FBC34D Golden Tainoi

📋 copy color: '#FBC34D'

red 251 ◦ green 195 ◦ blue 77

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

Shades of Golden Tainoi #FBC34D

Tints of Golden Tainoi #FBC34D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.28%

 BLUE value IS 77 (30.47% from 255) = 14.72%

R = 47.99%
G = 37.28%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FBC34D (or 0xFBC34D) is known color: Golden Tainoi. HEX triplet: FB, C3 and 4D. RGB value is (251,195,77). Sum of RGB (Red+Green+Blue) = 251+195+77=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 77 (30.47% from 255 or 14.72% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC34D is #043CB2. Grayscale: #C6C6C6. Windows color (decimal): -277683 or 5096443. OLE color: 5096443.

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

Color convert

RGB 251 195 77 -
CMYK 0 0.22 0.69 0.02
HSL 40.69º 0.96% 0.64% -
HSV(B) 40.69º 0.69% 0.98% -
XYZ 60.64 60.08 15.42 -
YUV 198.29 59.55 165.59 -
System Red Green Blue C M Y K H S L
Decimal 251 195 77 0 0.22 0.69 0.02 40.69 0.96 0.64
Hex FB C3 4D 0 16 45 2 29 60 40
Octal 373 303 115 0 26 105 2 51 140 100
Binary 11111011 11000011 1001101 0 10110 1000101 10 101001 1100000 1000000

Color Harmonies of #FBC34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC34D

Black with #FBC34D

Text Example


Text Example

White with #FBC34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC34D; }

 p { color: rgb(251,195,77); }

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

background-color css

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

 a { background-color: rgb(251,195,77); }

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

border-color css

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

 span { border-color: rgb(251,195,77); }

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