Html Css Color HEX #FDC76F Grandis

📋 copy color: '#FDC76F'

red 253 ◦ green 199 ◦ blue 111

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

Shades of Grandis #FDC76F

Tints of Grandis #FDC76F

RGB

 RED value IS 253 (99.22% from 255) = 44.94%

 GREEN value IS 199 (78.13% from 255) = 35.35%

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

R = 44.94%
G = 35.35%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDC76F (or 0xFDC76F) is known color: Grandis. HEX triplet: FD, C7 and 6F. RGB value is (253,199,111). Sum of RGB (Red+Green+Blue) = 253+199+111=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 111 (43.75% from 255 or 19.72% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC76F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC76F is #023890. Grayscale: #CDCDCD. Windows color (decimal): -145553 or 7325693. OLE color: 7325693.

HSL color Cylindrical-coordinate representation of color #FDC76F: hue angle of 37.18º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDC76F is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 199 111 -
CMYK 0 0.21 0.56 0.01
HSL 37.18º 0.97% 0.71% -
HSV(B) 37.18º 0.56% 0.99% -
XYZ 63.8 62.88 23.81 -
YUV 205.11 74.89 162.16 -
System Red Green Blue C M Y K H S L
Decimal 253 199 111 0 0.21 0.56 0.01 37.18 0.97 0.71
Hex FD C7 6F 0 15 38 1 25 61 47
Octal 375 307 157 0 25 70 1 45 141 107
Binary 11111101 11000111 1101111 0 10101 111000 1 100101 1100001 1000111

Color Harmonies of #FDC76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC76F

Black with #FDC76F

Text Example


Text Example

White with #FDC76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC76F; }

 p { color: rgb(253,199,111); }

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

background-color css

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

 a { background-color: rgb(253,199,111); }

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

border-color css

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

 span { border-color: rgb(253,199,111); }

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