Html Css Color HEX #FFC76A Grandis

📋 copy color: '#FFC76A'

red 255 ◦ green 199 ◦ blue 106

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

Shades of Grandis #FFC76A

Tints of Grandis #FFC76A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.93%

R = 45.54%
G = 35.54%
B = 18.93%

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

#FFC76A (or 0xFFC76A) is known color: Grandis. HEX triplet: FF, C7 and 6A. RGB value is (255,199,106). Sum of RGB (Red+Green+Blue) = 255+199+106=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 106 (41.80% from 255 or 18.93% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC76A is #003895. Grayscale: #CDCDCD. Windows color (decimal): -14486 or 6998015. OLE color: 6998015.

HSL color Cylindrical-coordinate representation of color #FFC76A: hue angle of 37.45º 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 #FFC76A is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB 255 199 106 -
CMYK 0 0.22 0.58 0
HSL 37.45º 1% 0.71% -
HSV(B) 37.45º 0.58% 1% -
XYZ 64.26 63.15 22.44 -
YUV 205.14 72.05 163.56 -
System Red Green Blue C M Y K H S L
Decimal 255 199 106 0 0.22 0.58 0 37.45 1 0.71
Hex FF C7 6A 0 16 3A 0 25 64 47
Octal 377 307 152 0 26 72 0 45 144 107
Binary 11111111 11000111 1101010 0 10110 111010 0 100101 1100100 1000111

Color Harmonies of #FFC76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC76A

Black with #FFC76A

Text Example


Text Example

White with #FFC76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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