Html Css Color HEX #FBCB6D Grandis

📋 copy color: '#FBCB6D'

red 251 ◦ green 203 ◦ blue 109

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

Shades of Grandis #FBCB6D

Tints of Grandis #FBCB6D

RGB

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

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

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

R = 44.58%
G = 36.06%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FBCB6D (or 0xFBCB6D) is known color: Grandis. HEX triplet: FB, CB and 6D. RGB value is (251,203,109). Sum of RGB (Red+Green+Blue) = 251+203+109=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 109 (42.97% from 255 or 19.36% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCB6D is #043492. Grayscale: #CFCFCF. Windows color (decimal): -275603 or 7195643. OLE color: 7195643.

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

Color convert

RGB 251 203 109 -
CMYK 0 0.19 0.57 0.02
HSL 39.72º 0.95% 0.71% -
HSV(B) 39.72º 0.57% 0.98% -
XYZ 63.9 64.33 23.52 -
YUV 206.64 72.9 159.64 -
System Red Green Blue C M Y K H S L
Decimal 251 203 109 0 0.19 0.57 0.02 39.72 0.95 0.71
Hex FB CB 6D 0 13 39 2 28 5F 47
Octal 373 313 155 0 23 71 2 50 137 107
Binary 11111011 11001011 1101101 0 10011 111001 10 101000 1011111 1000111

Color Harmonies of #FBCB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB6D

Black with #FBCB6D

Text Example


Text Example

White with #FBCB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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