Html Css Color HEX #FFC76C Grandis

📋 copy color: '#FFC76C'

red 255 ◦ green 199 ◦ blue 108

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

Shades of Grandis #FFC76C

Tints of Grandis #FFC76C

RGB

 RED value IS 255 (100% from 255) = 45.37%

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

 BLUE value IS 108 (42.58% from 255) = 19.22%

R = 45.37%
G = 35.41%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FFC76C (or 0xFFC76C) is known color: Grandis. HEX triplet: FF, C7 and 6C. RGB value is (255,199,108). Sum of RGB (Red+Green+Blue) = 255+199+108=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 108 (42.58% from 255 or 19.22% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC76C is #003893. Grayscale: #CDCDCD. Windows color (decimal): -14484 or 7129087. OLE color: 7129087.

HSL color Cylindrical-coordinate representation of color #FFC76C: hue angle of 37.14º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFC76C is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB 255 199 108 -
CMYK 0 0.22 0.58 0
HSL 37.14º 1% 0.71% -
HSV(B) 37.14º 0.58% 1% -
XYZ 64.37 63.19 22.99 -
YUV 205.37 73.05 163.4 -
System Red Green Blue C M Y K H S L
Decimal 255 199 108 0 0.22 0.58 0 37.14 1 0.71
Hex FF C7 6C 0 16 3A 0 25 64 47
Octal 377 307 154 0 26 72 0 45 144 107
Binary 11111111 11000111 1101100 0 10110 111010 0 100101 1100100 1000111

Color Harmonies of #FFC76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC76C

Black with #FFC76C

Text Example


Text Example

White with #FFC76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC76C; }

 p { color: rgb(255,199,108); }

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

background-color css

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

 a { background-color: rgb(255,199,108); }

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

border-color css

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

 span { border-color: rgb(255,199,108); }

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