Html Css Color HEX #FBCB6F Grandis

📋 copy color: '#FBCB6F'

red 251 ◦ green 203 ◦ blue 111

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

Shades of Grandis #FBCB6F

Tints of Grandis #FBCB6F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.93%

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

R = 44.42%
G = 35.93%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FBCB6F (or 0xFBCB6F) is known color: Grandis. HEX triplet: FB, CB and 6F. RGB value is (251,203,111). Sum of RGB (Red+Green+Blue) = 251+203+111=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 111 (43.75% from 255 or 19.65% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCB6F is #043490. Grayscale: #CFCFCF. Windows color (decimal): -275601 or 7326715. OLE color: 7326715.

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

Color convert

RGB 251 203 111 -
CMYK 0 0.19 0.56 0.02
HSL 39.43º 0.95% 0.71% -
HSV(B) 39.43º 0.56% 0.98% -
XYZ 64.01 64.37 24.09 -
YUV 206.86 73.9 159.48 -
System Red Green Blue C M Y K H S L
Decimal 251 203 111 0 0.19 0.56 0.02 39.43 0.95 0.71
Hex FB CB 6F 0 13 38 2 27 5F 47
Octal 373 313 157 0 23 70 2 47 137 107
Binary 11111011 11001011 1101111 0 10011 111000 10 100111 1011111 1000111

Color Harmonies of #FBCB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB6F

Black with #FBCB6F

Text Example


Text Example

White with #FBCB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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