Html Css Color HEX #FBCE6C Grandis

📋 copy color: '#FBCE6C'

red 251 ◦ green 206 ◦ blue 108

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

Shades of Grandis #FBCE6C

Tints of Grandis #FBCE6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.12%

R = 44.42%
G = 36.46%
B = 19.12%

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

#FBCE6C (or 0xFBCE6C) is known color: Grandis. HEX triplet: FB, CE and 6C. RGB value is (251,206,108). Sum of RGB (Red+Green+Blue) = 251+206+108=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 108 (42.58% from 255 or 19.12% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCE6C is #043193. Grayscale: #D0D0D0. Windows color (decimal): -274836 or 7130875. OLE color: 7130875.

HSL color Cylindrical-coordinate representation of color #FBCE6C: hue angle of 41.12º 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 #FBCE6C is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 206 108 -
CMYK 0 0.18 0.57 0.02
HSL 41.12º 0.95% 0.7% -
HSV(B) 41.12º 0.57% 0.98% -
XYZ 64.56 65.73 23.47 -
YUV 208.28 71.41 158.47 -
System Red Green Blue C M Y K H S L
Decimal 251 206 108 0 0.18 0.57 0.02 41.12 0.95 0.7
Hex FB CE 6C 0 12 39 2 29 5F 46
Octal 373 316 154 0 22 71 2 51 137 106
Binary 11111011 11001110 1101100 0 10010 111001 10 101001 1011111 1000110

Color Harmonies of #FBCE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCE6C

Black with #FBCE6C

Text Example


Text Example

White with #FBCE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCE6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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