Html Css Color HEX #FBCE6B Grandis

📋 copy color: '#FBCE6B'

red 251 ◦ green 206 ◦ blue 107

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

Shades of Grandis #FBCE6B

Tints of Grandis #FBCE6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.97%

R = 44.5%
G = 36.52%
B = 18.97%

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

#FBCE6B (or 0xFBCE6B) is known color: Grandis. HEX triplet: FB, CE and 6B. RGB value is (251,206,107). Sum of RGB (Red+Green+Blue) = 251+206+107=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 107 (42.19% from 255 or 18.97% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCE6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCE6B is #043194. Grayscale: #D0D0D0. Windows color (decimal): -274837 or 7065339. OLE color: 7065339.

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

Color convert

RGB 251 206 107 -
CMYK 0 0.18 0.57 0.02
HSL 41.25º 0.95% 0.7% -
HSV(B) 41.25º 0.57% 0.98% -
XYZ 64.51 65.71 23.19 -
YUV 208.17 70.91 158.55 -
System Red Green Blue C M Y K H S L
Decimal 251 206 107 0 0.18 0.57 0.02 41.25 0.95 0.7
Hex FB CE 6B 0 12 39 2 29 5F 46
Octal 373 316 153 0 22 71 2 51 137 106
Binary 11111011 11001110 1101011 0 10010 111001 10 101001 1011111 1000110

Color Harmonies of #FBCE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCE6B

Black with #FBCE6B

Text Example


Text Example

White with #FBCE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCE6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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