Html Css Color HEX #FBCC6D Grandis

📋 copy color: '#FBCC6D'

red 251 ◦ green 204 ◦ blue 109

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

Shades of Grandis #FBCC6D

Tints of Grandis #FBCC6D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.17%

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

R = 44.5%
G = 36.17%
B = 19.33%

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

#FBCC6D (or 0xFBCC6D) is known color: Grandis. HEX triplet: FB, CC and 6D. RGB value is (251,204,109). Sum of RGB (Red+Green+Blue) = 251+204+109=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 109 (42.97% from 255 or 19.33% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCC6D is #043392. Grayscale: #CFCFCF. Windows color (decimal): -275347 or 7195899. OLE color: 7195899.

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

Color convert

RGB 251 204 109 -
CMYK 0 0.19 0.57 0.02
HSL 40.14º 0.95% 0.71% -
HSV(B) 40.14º 0.57% 0.98% -
XYZ 64.14 64.8 23.6 -
YUV 207.22 72.57 159.22 -
System Red Green Blue C M Y K H S L
Decimal 251 204 109 0 0.19 0.57 0.02 40.14 0.95 0.71
Hex FB CC 6D 0 13 39 2 28 5F 47
Octal 373 314 155 0 23 71 2 50 137 107
Binary 11111011 11001100 1101101 0 10011 111001 10 101000 1011111 1000111

Color Harmonies of #FBCC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCC6D

Black with #FBCC6D

Text Example


Text Example

White with #FBCC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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