Html Css Color HEX #FFC76F Grandis

📋 copy color: '#FFC76F'

red 255 ◦ green 199 ◦ blue 111

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

Shades of Grandis #FFC76F

Tints of Grandis #FFC76F

RGB

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

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

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

R = 45.13%
G = 35.22%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFC76F (or 0xFFC76F) is known color: Grandis. HEX triplet: FF, C7 and 6F. RGB value is (255,199,111). Sum of RGB (Red+Green+Blue) = 255+199+111=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 111 (43.75% from 255 or 19.65% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC76F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC76F is #003890. Grayscale: #CECECE. Windows color (decimal): -14481 or 7325695. OLE color: 7325695.

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

Color convert

RGB 255 199 111 -
CMYK 0 0.22 0.56 0
HSL 36.67º 1% 0.72% -
HSV(B) 36.67º 0.56% 1% -
XYZ 64.53 63.25 23.85 -
YUV 205.71 74.55 163.16 -
System Red Green Blue C M Y K H S L
Decimal 255 199 111 0 0.22 0.56 0 36.67 1 0.72
Hex FF C7 6F 0 16 38 0 25 64 48
Octal 377 307 157 0 26 70 0 45 144 110
Binary 11111111 11000111 1101111 0 10110 111000 0 100101 1100100 1001000

Color Harmonies of #FFC76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC76F

Black with #FFC76F

Text Example


Text Example

White with #FFC76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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