Html Css Color HEX #FBCE6D Grandis

📋 copy color: '#FBCE6D'

red 251 ◦ green 206 ◦ blue 109

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

Shades of Grandis #FBCE6D

Tints of Grandis #FBCE6D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.4%

 BLUE value IS 109 (42.97% from 255) = 19.26%

R = 44.35%
G = 36.4%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FBCE6D (or 0xFBCE6D) is known color: Grandis. HEX triplet: FB, CE and 6D. RGB value is (251,206,109). Sum of RGB (Red+Green+Blue) = 251+206+109=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 109 (42.97% from 255 or 19.26% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCE6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCE6D is #043192. Grayscale: #D0D0D0. Windows color (decimal): -274835 or 7196411. OLE color: 7196411.

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

Color convert

RGB 251 206 109 -
CMYK 0 0.18 0.57 0.02
HSL 40.99º 0.95% 0.71% -
HSV(B) 40.99º 0.57% 0.98% -
XYZ 64.62 65.76 23.75 -
YUV 208.4 71.91 158.39 -
System Red Green Blue C M Y K H S L
Decimal 251 206 109 0 0.18 0.57 0.02 40.99 0.95 0.71
Hex FB CE 6D 0 12 39 2 29 5F 47
Octal 373 316 155 0 22 71 2 51 137 107
Binary 11111011 11001110 1101101 0 10010 111001 10 101001 1011111 1000111

Color Harmonies of #FBCE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCE6D

Black with #FBCE6D

Text Example


Text Example

White with #FBCE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCE6D; }

 p { color: rgb(251,206,109); }

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

background-color css

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

 a { background-color: rgb(251,206,109); }

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

border-color css

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

 span { border-color: rgb(251,206,109); }

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