Html Css Color HEX #FBC86F Grandis

📋 copy color: '#FBC86F'

red 251 ◦ green 200 ◦ blue 111

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

Shades of Grandis #FBC86F

Tints of Grandis #FBC86F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.59%

 BLUE value IS 111 (43.75% from 255) = 19.75%

R = 44.66%
G = 35.59%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FBC86F (or 0xFBC86F) is known color: Grandis. HEX triplet: FB, C8 and 6F. RGB value is (251,200,111). Sum of RGB (Red+Green+Blue) = 251+200+111=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 111 (43.75% from 255 or 19.75% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC86F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC86F is #043790. Grayscale: #CDCDCD. Windows color (decimal): -276369 or 7325947. OLE color: 7325947.

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

Color convert

RGB 251 200 111 -
CMYK 0 0.20 0.56 0.02
HSL 38.14º 0.95% 0.71% -
HSV(B) 38.14º 0.56% 0.98% -
XYZ 63.31 62.97 23.86 -
YUV 205.1 74.9 160.74 -
System Red Green Blue C M Y K H S L
Decimal 251 200 111 0 0.20 0.56 0.02 38.14 0.95 0.71
Hex FB C8 6F 0 14 38 2 26 5F 47
Octal 373 310 157 0 24 70 2 46 137 107
Binary 11111011 11001000 1101111 0 10100 111000 10 100110 1011111 1000111

Color Harmonies of #FBC86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC86F

Black with #FBC86F

Text Example


Text Example

White with #FBC86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC86F; }

 p { color: rgb(251,200,111); }

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

background-color css

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

 a { background-color: rgb(251,200,111); }

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

border-color css

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

 span { border-color: rgb(251,200,111); }

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