Html Css Color HEX #FBC76E Grandis

📋 copy color: '#FBC76E'

red 251 ◦ green 199 ◦ blue 110

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

Shades of Grandis #FBC76E

Tints of Grandis #FBC76E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.54%

 BLUE value IS 110 (43.36% from 255) = 19.64%

R = 44.82%
G = 35.54%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FBC76E (or 0xFBC76E) is known color: Grandis. HEX triplet: FB, C7 and 6E. RGB value is (251,199,110). Sum of RGB (Red+Green+Blue) = 251+199+110=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 110 (43.36% from 255 or 19.64% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC76E is #043891. Grayscale: #CCCCCC. Windows color (decimal): -276626 or 7260155. OLE color: 7260155.

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

Color convert

RGB 251 199 110 -
CMYK 0 0.21 0.56 0.02
HSL 37.87º 0.95% 0.71% -
HSV(B) 37.87º 0.56% 0.98% -
XYZ 63.02 62.48 23.49 -
YUV 204.4 74.73 161.24 -
System Red Green Blue C M Y K H S L
Decimal 251 199 110 0 0.21 0.56 0.02 37.87 0.95 0.71
Hex FB C7 6E 0 15 38 2 26 5F 47
Octal 373 307 156 0 25 70 2 46 137 107
Binary 11111011 11000111 1101110 0 10101 111000 10 100110 1011111 1000111

Color Harmonies of #FBC76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC76E

Black with #FBC76E

Text Example


Text Example

White with #FBC76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC76E; }

 p { color: rgb(251,199,110); }

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

background-color css

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

 a { background-color: rgb(251,199,110); }

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

border-color css

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

 span { border-color: rgb(251,199,110); }

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